Searched refs:withFlags (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | LinkerScript.h | 176 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0, 179 withFlags(withFlags), withoutFlags(withoutFlags) {} in BaseCommand() 205 uint64_t withFlags; variable
|
| H A D | ScriptParser.cpp | 103 uint64_t withFlags, 750 uint64_t withFlags = 0; in readInputSectionDescription() local 755 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription() 757 readInputSectionRules(next(), withFlags, withoutFlags); in readInputSectionDescription() 763 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription() 766 return readInputSectionRules(tok, withFlags, withoutFlags); in readInputSectionDescription() 847 uint64_t withFlags = 0; in readOverlaySectionDescription() local 852 readInputSectionRules(next(), withFlags, withoutFlags)); in readOverlaySectionDescription() 1212 uint64_t withFlags = 0; in readInputSectionFlags() local 1222 withFlags |= *flag; in readInputSectionFlags() [all …]
|
| H A D | LinkerScript.cpp | 361 (s->flags & id->withFlags) == id->withFlags && in shouldKeep() 474 (sec->flags & cmd->withFlags) != cmd->withFlags || in computeInputSections()
|