Home
last modified time | relevance | path

Searched refs:SectionStr (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp133 SpecialCaseList::addSection(StringRef SectionStr, unsigned LineNo, in addSection() argument
135 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()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h142 Expected<Section *> addSection(StringRef SectionStr, unsigned LineNo,