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

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h190 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0,
193 withFlags(withFlags), withoutFlags(withoutFlags) {}
219 uint64_t withFlags; member in class:lld::elf::InputSectionDescription
H A DScriptParser.cpp104 uint64_t withFlags,
727 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, argument
730 make<InputSectionDescription>(filePattern, withFlags, withoutFlags);
766 uint64_t withFlags = 0; local
771 std::tie(withFlags, withoutFlags) = readInputSectionFlags();
773 readInputSectionRules(next(), withFlags, withoutFlags);
779 std::tie(withFlags, withoutFlags) = readInputSectionFlags();
782 return readInputSectionRules(tok, withFlags, withoutFlags);
892 uint64_t withFlags = 0;
895 std::tie(withFlags, withoutFlag
[all...]
H A DLinkerScript.cpp417 (s->flags & id->withFlags) == id->withFlags &&
530 (sec->flags & cmd->withFlags) != cmd->withFlags ||

Completed in 115 milliseconds