/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeVTableShape.h | 21 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::VTableShape)
|
D | PDBTypes.h | 266 VTableShape, enumerator
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeVTableShape.h | 26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::VTableShape)
|
D | PDBTypes.h | 193 VTableShape, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeVTShape.cpp | 10 : NativeRawSymbol(Session, PDB_SymType::VTableShape, Id), TI(TI), in NativeTypeVTShape()
|
D | NativeExeSymbol.cpp | 53 case PDB_SymType::VTableShape: in findChildren()
|
D | NativeTypeUDT.cpp | 94 return Session.getSymbolCache().findSymbolByTypeIndex(Class->VTableShape); in getVirtualTableShapeId()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 476 TypeIndex VTableShape, uint64_t Size, StringRef Name, in ClassRecord() argument 479 DerivationList(DerivationList), VTableShape(VTableShape), Size(Size) {} in ClassRecord() 494 TypeIndex getVTableShape() const { return VTableShape; } in getVTableShape() 498 TypeIndex VTableShape; variable
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 479 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/lib/DebugInfo/PDB/ |
D | PDBSymbol.cpp | 92 FACTORY_SYMTAG_CASE(VTableShape, PDBSymbolTypeVTableShape) in create()
|
D | PDBExtras.cpp | 239 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, VTableShape, OS) in operator <<()
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 351 InsertItemWithTag(PDB_SymType::VTableShape); in SetUp() 413 VerifyDyncast<PDBSymbolTypeVTableShape>(PDB_SymType::VTableShape); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbol.cpp | 89 FACTORY_SYMTAG_CASE(VTableShape, PDBSymbolTypeVTableShape) in createSymbol()
|
D | PDBExtras.cpp | 249 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, VTableShape, OS) in operator <<()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 463 Success &= remapIndex(IndexMap, VTableShape); in remapTypeIndices()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 407 error(IO.mapInteger(Record.VTableShape, "VShape")); in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 520 IO.mapRequired("VTableShape", Record.VTableShape); in map()
|