Home
last modified time | relevance | path

Searched refs:SectionIter (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSpecialCaseList.cpp211 for (const auto &SectionIter : Sections) in inSectionBlame() local
212 if (SectionIter.SectionMatcher->match(Section)) { in inSectionBlame()
214 inSectionBlame(SectionIter.Entries, Prefix, Query, Category); in inSectionBlame()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp487 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()
528 assert(SectionIter); in scanToNextDebugS()
530 auto &Iter = *SectionIter; in scanToNextDebugS()
554 assert(SectionIter); in isEnd()
555 return *SectionIter == Value.File->obj().section_end(); in isEnd()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DProfileList.cpp39 for (auto &SectionIter : Sections) in hasPrefix() local
40 if (SectionIter.Entries.count(Prefix) > 0) in hasPrefix()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h151 std::optional<object::section_iterator> SectionIter; variable