Home
last modified time | relevance | path

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

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