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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeVTableShape.h21 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::VTableShape)
H A DPDBTypes.h266 VTableShape, member in class:llvm::pdb::PDB_Checksum::PDB_SymType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.cpp10 : NativeRawSymbol(Session, PDB_SymType::VTableShape, Id), TI(TI),
H A DNativeExeSymbol.cpp53 case PDB_SymType::VTableShape:
H A DNativeTypeUDT.cpp94 return Session.getSymbolCache().findSymbolByTypeIndex(Class->VTableShape);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp89 FACTORY_SYMTAG_CASE(VTableShape, PDBSymbolTypeVTableShape)
H A DPDBExtras.cpp249 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, VTableShape, OS)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h476 TypeIndex VTableShape, uint64_t Size, StringRef Name,
479 DerivationList(DerivationList), VTableShape(VTableShape), Size(Size) {}
494 TypeIndex getVTableShape() const { return VTableShape; }
498 TypeIndex VTableShape; member in class:llvm::codeview::ClassRecord
474 ClassRecord(TypeRecordKind Kind, uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, TypeIndex DerivationList, TypeIndex VTableShape, uint64_t Size, StringRef Name, StringRef UniqueName) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp335 Class.VTableShape, Class.DerivationList, Class.FieldList);
H A Dllvm-pdbutil.cpp1030 SymTypes.push_back(PDB_SymType::VTableShape);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp407 error(IO.mapInteger(Record.VTableShape, "VShape"));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp520 IO.mapRequired("VTableShape", Record.VTableShape);

Completed in 151 milliseconds