Home
last modified time | relevance | path

Searched refs:TypeOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp44 I++, TU.Offset, TU.TypeOffset, TU.TypeSignature); in dumpTUList()
146 uint64_t TypeOffset = Data.getU64(&Offset); in parseImpl() local
148 TuList[I] = {CuOffset, TypeOffset, Signature}; in parseImpl()
H A DDWARFUnit.cpp277 TypeOffset = debug_info.getU32(offset_ptr); in extract()
290 : TypeOffset >= Size && TypeOffset < getLength() + SizeOfLength; in extract()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h40 uint64_t TypeOffset; member
H A DDWARFUnit.h60 uint32_t TypeOffset = 0; variable
95 uint32_t getTypeOffset() const { return TypeOffset; } in getTypeOffset()