Home
last modified time | relevance | path

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

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