Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFTypeUnit.cpp21 DWARFDie TD = getDIEForOffset(getTypeOffset() + getOffset()); in dump()
41 << " type_offset = " << format("0x%04" PRIx64, getTypeOffset()) in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFTypeUnit.h37 uint64_t getTypeOffset() const { return getHeader().getTypeOffset(); } in getTypeOffset() function
DDWARFUnit.h95 uint64_t getTypeOffset() const { return TypeOffset; } in getTypeOffset() function