Lines Matching refs:withFlags
104 uint64_t withFlags,
746 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules() argument
749 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules()
785 uint64_t withFlags = 0; in readInputSectionDescription() local
790 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription()
792 readInputSectionRules(next(), withFlags, withoutFlags); in readInputSectionDescription()
798 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription()
801 return readInputSectionRules(tok, withFlags, withoutFlags); in readInputSectionDescription()
911 uint64_t withFlags = 0; in readOverlaySectionDescription() local
914 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readOverlaySectionDescription()
916 readInputSectionRules(next(), withFlags, withoutFlags)); in readOverlaySectionDescription()
1333 uint64_t withFlags = 0; in readInputSectionFlags() local
1343 withFlags |= *flag; in readInputSectionFlags()
1354 return std::make_pair(withFlags, withoutFlags); in readInputSectionFlags()