Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h37 struct TypeUnitEntry { struct
42 SmallVector<TypeUnitEntry, 0> TuList; argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp41 for (const TypeUnitEntry &TU : TuList) in dumpTUList()