Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.h22 class NativeTypeVTShape : public NativeRawSymbol {
25 NativeTypeVTShape(NativeSession &Session, SymIndexId Id,
28 ~NativeTypeVTShape() override;
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn57 "Native/NativeTypeVTShape.cpp",
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt82 Native/NativeTypeVTShape.cpp
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5247 llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h
5984 llvm/lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp