Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-yaml-types.test69 YAML: VTableShape: 0
134 YAML: VTableShape: 0
169 YAML: VTableShape: 0
257 YAML: VTableShape: 0
292 YAML: VTableShape: 0
357 YAML: VTableShape: 0
395 YAML: VTableShape: 0
476 YAML: VTableShape: 0
526 YAML: VTableShape: 0
701 YAML: VTableShape: 0
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp213 static VFTableShapeRecord VTableShape({}); variable
366 Class.VTableShape); in TEST_F()
373 Struct.VTableShape); in TEST_F()
402 writeTypeRecords(VTableShape); in TEST_F()
432 Union, Enum, BitField, VFTable, VTableShape, in TEST_F()
450 Class.VTableShape); in TEST_F()
DRandomAccessVisitorTest.cpp363 Class.VTableShape = TypeIndex::fromArrayIndex(0); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeVTableShape.cpp23 assert(RawSymbol->getSymTag() == PDB_SymType::VTableShape); in PDBSymbolTypeVTableShape()
DPDBSymbol.cpp93 FACTORY_SYMTAG_CASE(VTableShape, PDBSymbolTypeVTableShape) in create()
DPDBExtras.cpp198 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, VTableShape, OS) in operator <<()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeVTableShape.h26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::VTableShape)
DPDBTypes.h193 VTableShape, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeVTableShape.h26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::VTableShape)
DPDBTypes.h204 VTableShape, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h452 TypeIndex VTableShape, uint64_t Size, StringRef Name, in ClassRecord() argument
455 DerivationList(DerivationList), VTableShape(VTableShape), Size(Size) {} in ClassRecord()
470 TypeIndex getVTableShape() const { return VTableShape; } in getVTableShape()
474 TypeIndex VTableShape; variable
/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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp433 InsertItemWithTag(PDB_SymType::VTableShape); in SetUp()
495 VerifyDyncast<PDBSymbolTypeVTableShape>(PDB_SymType::VTableShape); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll184 ; YAML: VTableShape: 0
250 ; YAML: VTableShape: 0
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp223 error(IO.mapInteger(Record.VTableShape)); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp305 Class.VTableShape, Class.DerivationList, Class.FieldList); in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp463 Success &= remapIndex(IndexMap, VTableShape); in remapTypeIndices()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp521 IO.mapRequired("VTableShape", Record.VTableShape); in map()