Lines Matching refs:withFlags
103 uint64_t withFlags,
711 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules() argument
714 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules()
750 uint64_t withFlags = 0; in readInputSectionDescription() local
755 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription()
757 readInputSectionRules(next(), withFlags, withoutFlags); in readInputSectionDescription()
763 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription()
766 return readInputSectionRules(tok, withFlags, withoutFlags); in readInputSectionDescription()
847 uint64_t withFlags = 0; in readOverlaySectionDescription() local
850 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readOverlaySectionDescription()
852 readInputSectionRules(next(), withFlags, withoutFlags)); in readOverlaySectionDescription()
1212 uint64_t withFlags = 0; in readInputSectionFlags() local
1222 withFlags |= *flag; in readInputSectionFlags()
1233 return std::make_pair(withFlags, withoutFlags); in readInputSectionFlags()