Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.cpp432 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()
473 assert(SectionIter.hasValue()); in scanToNextDebugS()
475 auto &Iter = *SectionIter; in scanToNextDebugS()
499 assert(SectionIter.hasValue()); in isEnd()
500 return *SectionIter == Value.File->obj().section_end(); in isEnd()
DInputFile.h147 Optional<object::section_iterator> SectionIter; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DSpecialCaseList.cpp211 for (auto &SectionIter : Sections) in inSectionBlame() local
212 if (SectionIter.SectionMatcher->match(Section)) { in inSectionBlame()
214 inSectionBlame(SectionIter.Entries, Prefix, Query, Category); in inSectionBlame()