Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp343 W->printHex("VFTableOffset", M.getVFTableOffset()); in visitKnownRecord()
479 W->printHex("VFTableOffset", Method.getVFTableOffset()); in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h736 int32_t getVFTableOffset() const { return VFTableOffset; } in getVFTableOffset() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2762 W.printHex("VFTableOffset", Method.getVFTableOffset()); in visitKnownMember()