Searched refs:NativeTypeVTShape (Results 1 – 6 of 6) sorted by relevance
7 NativeTypeVTShape::NativeTypeVTShape(NativeSession &Session, SymIndexId Id, in NativeTypeVTShape() function in NativeTypeVTShape13 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()
227 Id = createSymbolForType<NativeTypeVTShape, VFTableShapeRecord>( in findSymbolByTypeIndex()
21 class NativeTypeVTShape : public NativeRawSymbol {24 NativeTypeVTShape(NativeSession &Session, SymIndexId Id,27 ~NativeTypeVTShape() override;
91 NativeTypeVTShape.cpp \
53 "Native/NativeTypeVTShape.cpp",
79 Native/NativeTypeVTShape.cpp