Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFTypeUnit.cpp21 TypeOffset = debug_info.getU32(offset_ptr); in extractImpl()
22 return TypeOffset < getLength(); in extractImpl()
32 << " type_offset = " << format("0x%04x", TypeOffset) in dump()
DDWARFTypeUnit.h20 uint32_t TypeOffset; variable