Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp441 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()
482 assert(SectionIter.hasValue()); in scanToNextDebugS()
484 auto &Iter = *SectionIter; in scanToNextDebugS()
508 assert(SectionIter.hasValue()); in isEnd()
509 return *SectionIter == Value.File->obj().section_end(); in isEnd()
H A DInputFile.h148 Optional<object::section_iterator> SectionIter; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSpecialCaseList.cpp212 for (auto &SectionIter : Sections) in inSectionBlame() local
213 if (SectionIter.SectionMatcher->match(Section)) { in inSectionBlame()
215 inSectionBlame(SectionIter.Entries, Prefix, Query, Category); in inSectionBlame()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DProfileList.cpp38 for (auto &SectionIter : Sections) in hasPrefix() local
39 if (SectionIter.Entries.count(Prefix) > 0) in hasPrefix()