Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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,
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
897 readInputSectionRules(next(), withFlags, withoutFlags)); in readOverlaySectionDescription()
1305 uint64_t withFlags = 0; in readInputSectionFlags() local
1315 withFlags |= *flag; in readInputSectionFlags()
[all …]
H A DLinkerScript.cpp416 (s->flags & id->withFlags) == id->withFlags && in shouldKeep()
529 (sec->flags & cmd->withFlags) != cmd->withFlags || in computeInputSections()