Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeVTableShape.h26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::VTableShape)
DPDBTypes.h193 VTableShape, enumerator
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h479 TypeIndex DerivationList, TypeIndex VTableShape, uint64_t Size, in ClassRecord() argument
483 VTableShape(VTableShape), Size(Size) {} in ClassRecord()
495 TypeIndex getVTableShape() const { return VTableShape; } in getVTableShape()
517 TypeIndex VTableShape; variable
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp351 InsertItemWithTag(PDB_SymType::VTableShape); in SetUp()
413 VerifyDyncast<PDBSymbolTypeVTableShape>(PDB_SymType::VTableShape); in TEST_F()
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp92 FACTORY_SYMTAG_CASE(VTableShape, PDBSymbolTypeVTableShape) in create()
DPDBExtras.cpp239 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, VTableShape, OS) in operator <<()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp463 Success &= remapIndex(IndexMap, VTableShape); in remapTypeIndices()