Searched refs:SectionStr (Results 1 – 2 of 2) sorted by relevance
133 SpecialCaseList::addSection(StringRef SectionStr, unsigned LineNo, in addSection() argument135 auto [It, DidEmplace] = Sections.try_emplace(SectionStr); in addSection()138 if (auto Err = Section.SectionMatcher->insert(SectionStr, LineNo, UseGlobs)) in addSection()141 ": '" + SectionStr + in addSection()
142 Expected<Section *> addSection(StringRef SectionStr, unsigned LineNo,