Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.cpp10 NativeTypeVTShape::NativeTypeVTShape(NativeSession &Session, SymIndexId Id, in NativeTypeVTShape() function in NativeTypeVTShape
16 NativeTypeVTShape::~NativeTypeVTShape() = default;
18 void NativeTypeVTShape::dump(raw_ostream &OS, int Indent, in dump()
32 bool NativeTypeVTShape::isConstType() const { return false; } in isConstType()
34 bool NativeTypeVTShape::isVolatileType() const { return false; } in isVolatileType()
36 bool NativeTypeVTShape::isUnalignedType() const { return false; } in isUnalignedType()
38 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); } in getCount()
H A DSymbolCache.cpp232 Id = createSymbolForType<NativeTypeVTShape, VFTableShapeRecord>( in findSymbolByTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.h22 class NativeTypeVTShape : public NativeRawSymbol {
25 NativeTypeVTShape(NativeSession &Session, SymIndexId Id,
28 ~NativeTypeVTShape() override;
/freebsd/lib/clang/libllvm/
H A DMakefile641 SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeVTShape.cpp