Home
last modified time | relevance | path

Searched refs:TypeOffset (Results 1 – 5 of 5) 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-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp135 TypeOffset = debug_info.getU32(offset_ptr); in extract()
148 : TypeOffset >= Size && TypeOffset < getLength() + SizeOfLength; in extract()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h60 uint32_t TypeOffset = 0; variable
94 uint32_t getTypeOffset() const { return TypeOffset; } in getTypeOffset()
/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()