Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp208 for (const auto &SectionIter : Sections) inSectionBlame() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp488 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()
529 assert(SectionIter); in scanToNextDebugS()
531 auto &Iter = *SectionIter; in scanToNextDebugS()
555 assert(SectionIter); in isEnd()
556 return *SectionIter == Value.File->obj().section_end(); in isEnd()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h151 std::optional<object::section_iterator> SectionIter; variable