Home
last modified time | relevance | path

Searched refs:getVirtualTableShapeId (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp53 dumpSymbolField(OS, "virtualTableShapeId", getVirtualTableShapeId(), in dump()
90 SymIndexId NativeTypeUDT::getVirtualTableShapeId() const { in getVirtualTableShapeId() function in NativeTypeUDT
92 return UnmodifiedType->getVirtualTableShapeId(); in getVirtualTableShapeId()
H A DNativeRawSymbol.cpp352 SymIndexId NativeRawSymbol::getVirtualTableShapeId() const { return 0; } in getVirtualTableShapeId() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeUDT.h44 SymIndexId getVirtualTableShapeId() const override;
H A DNativeRawSymbol.h132 SymIndexId getVirtualTableShapeId() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h127 SymIndexId getVirtualTableShapeId() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h156 virtual SymIndexId getVirtualTableShapeId() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp864 SymIndexId DIARawSymbol::getVirtualTableShapeId() const { in getVirtualTableShapeId() function in DIARawSymbol