Searched refs:VTableShape (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbolTypeVTableShape.h | 20 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::VTableShape)
|
H A D | PDBTypes.h | 268 VTableShape, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeVTShape.cpp | 13 : NativeRawSymbol(Session, PDB_SymType::VTableShape, Id), TI(TI), in NativeTypeVTShape()
|
H A D | NativeExeSymbol.cpp | 53 case PDB_SymType::VTableShape: in findChildren()
|
H A D | NativeTypeUDT.cpp | 95 return Session.getSymbolCache().findSymbolByTypeIndex(Class->VTableShape); in getVirtualTableShapeId()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 471 TypeIndex VTableShape, uint64_t Size, StringRef Name, in ClassRecord() argument 474 DerivationList(DerivationList), VTableShape(VTableShape), Size(Size) {} in ClassRecord() 489 TypeIndex getVTableShape() const { return VTableShape; } in getVTableShape() 493 TypeIndex VTableShape; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbol.cpp | 89 FACTORY_SYMTAG_CASE(VTableShape, PDBSymbolTypeVTableShape) in createSymbol()
|
H A D | PDBExtras.cpp | 270 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, VTableShape, OS) in operator <<()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 341 Class.VTableShape, Class.DerivationList, Class.FieldList); in visitKnownRecord()
|
H A D | llvm-pdbutil.cpp | 1057 SymTypes.push_back(PDB_SymType::VTableShape); in dumpDia()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 452 error(IO.mapInteger(Record.VTableShape, "VShape")); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 529 IO.mapRequired("VTableShape", Record.VTableShape); in map()
|