Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h204 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0,
207 filePat(filePattern), classRef(classRef), withFlags(withFlags), in SectionCommand()
254 uint64_t withFlags; variable
H A DScriptParser.cpp95 uint64_t withFlags,
822 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules() argument
825 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules()
862 uint64_t withFlags = 0; in readInputSectionDescription() local
867 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription()
872 cmd = make<InputSectionDescription>(StringRef{}, withFlags, withoutFlags, in readInputSectionDescription()
875 cmd = readInputSectionRules(tok, withFlags, withoutFlags); in readInputSectionDescription()
881 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription()
885 return make<InputSectionDescription>(StringRef{}, withFlags, withoutFlags, in readInputSectionDescription()
887 return readInputSectionRules(tok, withFlags, withoutFlags); in readInputSectionDescription()
[all …]
H A DLinkerScript.cpp448 (s->flags & id->withFlags) == id->withFlags && in shouldKeep()
532 return (sec->flags & cmd->withFlags) == cmd->withFlags && in computeInputSections()