Searched refs:getVirtualBasePointerOffset (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeBaseClass.h50 FORWARD_SYMBOL_METHOD(getVirtualBasePointerOffset)
H A DIPDBRawSymbol.h162 virtual int32_t getVirtualBasePointerOffset() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h135 int32_t getVirtualBasePointerOffset() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h140 int32_t getVirtualBasePointerOffset() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp236 int VBPO = VB->getVirtualBasePointerOffset();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp376 int32_t NativeRawSymbol::getVirtualBasePointerOffset() const { function in class:NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp902 int32_t DIARawSymbol::getVirtualBasePointerOffset() const { function in class:DIARawSymbol

Completed in 109 milliseconds