Home
last modified time | relevance | path

Searched refs:VTableShape (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeVTableShape.h22 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::VTableShape)
H A DPDBTypes.h208 VTableShape, enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.cpp10 : NativeRawSymbol(Session, PDB_SymType::VTableShape, Id), TI(TI), in NativeTypeVTShape()
H A DNativeExeSymbol.cpp54 case PDB_SymType::VTableShape: in findChildren()
H A DNativeTypeUDT.cpp95 return Session.getSymbolCache().findSymbolByTypeIndex(Class->VTableShape); in getVirtualTableShapeId()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h477 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 DPDBSymbol.cpp90 FACTORY_SYMTAG_CASE(VTableShape, PDBSymbolTypeVTableShape) in createSymbol()
H A DPDBExtras.cpp225 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, VTableShape, OS) in operator <<()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp223 error(IO.mapInteger(Record.VTableShape)); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp330 Class.VTableShape, Class.DerivationList, Class.FieldList); in visitKnownRecord()
H A Dllvm-pdbutil.cpp1019 SymTypes.push_back(PDB_SymType::VTableShape); in dumpDia()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp521 IO.mapRequired("VTableShape", Record.VTableShape); in map()