Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp38 TuListOffset, TuList.size()); in dumpTUList()
40 for (const TypeUnitEntry &TU : TuList) in dumpTUList()
142 TuList.resize(TuListSize); in parseImpl()
147 TuList[I] = {CuOffset, TypeOffset, Signature}; in parseImpl()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h42 SmallVector<TypeUnitEntry, 0> TuList; variable