Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
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()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFTypeUnit.h20 uint32_t TypeOffset; variable
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp383 unsigned TypeOffset = sizeof(int8_t) + // Call site format in EmitExceptionTable() local
399 JCE->emitULEB128Bytes(TypeOffset); in EmitExceptionTable()