Home
last modified time | relevance | path

Searched refs:NativeTypeVTShape (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.cpp7 NativeTypeVTShape::NativeTypeVTShape(NativeSession &Session, SymIndexId Id, in NativeTypeVTShape() function in NativeTypeVTShape
13 NativeTypeVTShape::~NativeTypeVTShape() {} in ~NativeTypeVTShape()
15 void NativeTypeVTShape::dump(raw_ostream &OS, int Indent, in dump()
29 bool NativeTypeVTShape::isConstType() const { return false; } in isConstType()
31 bool NativeTypeVTShape::isVolatileType() const { return false; } in isVolatileType()
33 bool NativeTypeVTShape::isUnalignedType() const { return false; } in isUnalignedType()
35 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); } in getCount()
H A DSymbolCache.cpp227 Id = createSymbolForType<NativeTypeVTShape, VFTableShapeRecord>( in findSymbolByTypeIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.h21 class NativeTypeVTShape : public NativeRawSymbol {
24 NativeTypeVTShape(NativeSession &Session, SymIndexId Id,
27 ~NativeTypeVTShape() override;
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoPDB/
H A DMakefile91 NativeTypeVTShape.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn53 "Native/NativeTypeVTShape.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt79 Native/NativeTypeVTShape.cpp