Lines Matching refs:withFlags
104 uint64_t withFlags,
727 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules() argument
730 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules()
766 uint64_t withFlags = 0; in readInputSectionDescription() local
771 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription()
773 readInputSectionRules(next(), withFlags, withoutFlags); in readInputSectionDescription()
779 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription()
782 return readInputSectionRules(tok, withFlags, withoutFlags); in readInputSectionDescription()
892 uint64_t withFlags = 0; in readOverlaySectionDescription() local
895 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readOverlaySectionDescription()
897 readInputSectionRules(next(), withFlags, withoutFlags)); in readOverlaySectionDescription()
1305 uint64_t withFlags = 0; in readInputSectionFlags() local
1315 withFlags |= *flag; in readInputSectionFlags()
1326 return std::make_pair(withFlags, withoutFlags); in readInputSectionFlags()