Searched refs:withFlags (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | LinkerScript.h | 200 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0, 203 withFlags(withFlags), withoutFlags(withoutFlags) {} in SectionCommand() 229 uint64_t withFlags; variable
|
H A D | ScriptParser.cpp | 106 uint64_t withFlags, 787 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules() argument 790 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules() 826 uint64_t withFlags = 0; in readInputSectionDescription() local 831 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription() 833 readInputSectionRules(next(), withFlags, withoutFlags); in readInputSectionDescription() 839 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription() 842 return readInputSectionRules(tok, withFlags, withoutFlags); in readInputSectionDescription() 954 uint64_t withFlags = 0; in readOverlaySectionDescription() local 957 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readOverlaySectionDescription() [all …]
|
H A D | LinkerScript.cpp | 417 (s->flags & id->withFlags) == id->withFlags && in shouldKeep() 534 (sec->flags & cmd->withFlags) != cmd->withFlags || in computeInputSections()
|