Home
last modified time | relevance | path

Searched refs:withFlags (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.h190 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0,
193 withFlags(withFlags), withoutFlags(withoutFlags) {} in SectionCommand()
219 uint64_t withFlags; variable
H A DScriptParser.cpp104 uint64_t withFlags,
727 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules() argument
730 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules()
766 uint64_t withFlags = 0; in readInputSectionDescription() local
771 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription()
773 readInputSectionRules(next(), withFlags, withoutFlags); in readInputSectionDescription()
779 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription()
782 return readInputSectionRules(tok, withFlags, withoutFlags); in readInputSectionDescription()
892 uint64_t withFlags = 0; in readOverlaySectionDescription() local
895 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readOverlaySectionDescription()
[all …]
H A DLinkerScript.cpp417 (s->flags & id->withFlags) == id->withFlags && in shouldKeep()
530 (sec->flags & cmd->withFlags) != cmd->withFlags || in computeInputSections()