Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp52 dumpSymbolField(OS, "virtualTableShapeId", getVirtualTableShapeId(), in dump()
89 SymIndexId NativeTypeUDT::getVirtualTableShapeId() const { in getVirtualTableShapeId() function in NativeTypeUDT
91 return UnmodifiedType->getVirtualTableShapeId(); in getVirtualTableShapeId()
H A DNativeRawSymbol.cpp353 SymIndexId NativeRawSymbol::getVirtualTableShapeId() const { return 0; } in getVirtualTableShapeId() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeUDT.h41 SymIndexId getVirtualTableShapeId() const override;
H A DNativeRawSymbol.h132 SymIndexId getVirtualTableShapeId() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h127 SymIndexId getVirtualTableShapeId() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h156 virtual SymIndexId getVirtualTableShapeId() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp864 SymIndexId DIARawSymbol::getVirtualTableShapeId() const { in getVirtualTableShapeId() function in DIARawSymbol