Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h198 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0,
201 withFlags(withFlags), withoutFlags(withoutFlags) {} in SectionCommand()
227 uint64_t withFlags; variable
H A DScriptParser.cpp104 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 DLinkerScript.cpp421 (s->flags & id->withFlags) == id->withFlags && in shouldKeep()
536 (sec->flags & cmd->withFlags) != cmd->withFlags || in computeInputSections()