Home
last modified time | relevance | path

Searched refs:getVFPtrOffset (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp197 Builder.writeUInt32(Record.getVFPtrOffset()); in writeVFTable()
DTypeDumper.cpp314 W->printHex("VFPtrOffset", VFT.getVFPtrOffset()); in visitVFTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp297 W->printHex("VFPtrOffset", VFT.getVFPtrOffset()); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h677 uint32_t getVFPtrOffset() const { return VFPtrOffset; } in getVFPtrOffset() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h861 uint32_t getVFPtrOffset() const { return VFPtrOffset; } in getVFPtrOffset() function