Searched refs:VTableShape (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeVTableShape.h | 22 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::VTableShape)
|
| H A D | PDBTypes.h | 208 VTableShape, enumerator
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeVTShape.cpp | 10 : NativeRawSymbol(Session, PDB_SymType::VTableShape, Id), TI(TI), in NativeTypeVTShape()
|
| H A D | NativeExeSymbol.cpp | 54 case PDB_SymType::VTableShape: in findChildren()
|
| H A D | NativeTypeUDT.cpp | 95 return Session.getSymbolCache().findSymbolByTypeIndex(Class->VTableShape); in getVirtualTableShapeId()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 477 TypeIndex VTableShape, uint64_t Size, StringRef Name, in ClassRecord() argument 480 DerivationList(DerivationList), VTableShape(VTableShape), Size(Size) {} in ClassRecord() 495 TypeIndex getVTableShape() const { return VTableShape; } in getVTableShape() 499 TypeIndex VTableShape; variable
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbol.cpp | 90 FACTORY_SYMTAG_CASE(VTableShape, PDBSymbolTypeVTableShape) in createSymbol()
|
| H A D | PDBExtras.cpp | 225 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, VTableShape, OS) in operator <<()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 223 error(IO.mapInteger(Record.VTableShape)); in visitKnownRecord()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 330 Class.VTableShape, Class.DerivationList, Class.FieldList); in visitKnownRecord()
|
| H A D | llvm-pdbutil.cpp | 1019 SymTypes.push_back(PDB_SymType::VTableShape); in dumpDia()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 521 IO.mapRequired("VTableShape", Record.VTableShape); in map()
|