Searched refs:withFlags (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | LinkerScript.h | 198 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0, 201 withFlags(withFlags), withoutFlags(withoutFlags) {} in SectionCommand() 227 uint64_t withFlags; variable
|
| H A D | ScriptParser.cpp | 104 uint64_t withFlags, 785 uint64_t withFlags = 0; in readInputSectionDescription() local 790 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription() 792 readInputSectionRules(next(), withFlags, withoutFlags); in readInputSectionDescription() 798 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription() 801 return readInputSectionRules(tok, withFlags, withoutFlags); in readInputSectionDescription() 911 uint64_t withFlags = 0; in readOverlaySectionDescription() local 916 readInputSectionRules(next(), withFlags, withoutFlags)); in readOverlaySectionDescription() 1333 uint64_t withFlags = 0; in readInputSectionFlags() local 1343 withFlags |= *flag; in readInputSectionFlags() [all …]
|
| H A D | LinkerScript.cpp | 421 (s->flags & id->withFlags) == id->withFlags && in shouldKeep() 536 (sec->flags & cmd->withFlags) != cmd->withFlags || in computeInputSections()
|