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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeUDT.h41 SymIndexId getVirtualTableShapeId() const override;
H A DNativeRawSymbol.h132 SymIndexId getVirtualTableShapeId() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp52 dumpSymbolField(OS, "virtualTableShapeId", getVirtualTableShapeId(),
89 SymIndexId NativeTypeUDT::getVirtualTableShapeId() const { function in class:NativeTypeUDT
91 return UnmodifiedType->getVirtualTableShapeId();
H A DNativeRawSymbol.cpp353 SymIndexId NativeRawSymbol::getVirtualTableShapeId() const { return 0; } function in class:NativeRawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h127 SymIndexId getVirtualTableShapeId() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h160 virtual SymIndexId getVirtualTableShapeId() const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp864 SymIndexId DIARawSymbol::getVirtualTableShapeId() const { function in class:DIARawSymbol

Completed in 201 milliseconds