Lines Matching defs:withFlags
97 uint64_t withFlags,
814 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags,
817 make<InputSectionDescription>(filePattern, withFlags, withoutFlags);
854 uint64_t withFlags = 0;
859 std::tie(withFlags, withoutFlags) = readInputSectionFlags();
864 cmd = make<InputSectionDescription>(StringRef{}, withFlags, withoutFlags,
867 cmd = readInputSectionRules(tok, withFlags, withoutFlags);
873 std::tie(withFlags, withoutFlags) = readInputSectionFlags();
877 return make<InputSectionDescription>(StringRef{}, withFlags, withoutFlags,
879 return readInputSectionRules(tok, withFlags, withoutFlags);
992 uint64_t withFlags = 0;
995 std::tie(withFlags, withoutFlags) = readInputSectionFlags();
1000 StringRef{}, withFlags, withoutFlags, readSectionClassName()));
1003 readInputSectionRules(tok, withFlags, withoutFlags));
1429 uint64_t withFlags = 0;
1439 withFlags |= *flag;
1450 return std::make_pair(withFlags, withoutFlags);