Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h205 uint64_t withoutFlags = 0, StringRef classRef = {})
208 withoutFlags(withoutFlags) { in SectionCommand()
255 uint64_t withoutFlags; variable
H A DScriptParser.cpp96 uint64_t withoutFlags);
823 uint64_t withoutFlags) { in readInputSectionRules() argument
825 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules()
863 uint64_t withoutFlags = 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.cpp449 (s->flags & id->withoutFlags) == 0) in shouldKeep()
533 (sec->flags & cmd->withoutFlags) == 0; in computeInputSections()