Home
last modified time | relevance | path

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

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