Searched refs:DerivationList (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/llvm/test/DebugInfo/PDB/ |
D | pdbdump-yaml-types.test | 68 YAML: DerivationList: 0 133 YAML: DerivationList: 0 168 YAML: DerivationList: 0 256 YAML: DerivationList: 0 291 YAML: DerivationList: 0 356 YAML: DerivationList: 0 394 YAML: DerivationList: 0 475 YAML: DerivationList: 0 525 YAML: DerivationList: 0 700 YAML: DerivationList: 0 [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 475 TypeIndex FieldList, TypeIndex DerivationList, in ClassRecord() argument 479 DerivationList(DerivationList), VTableShape(VTableShape), Size(Size) {} in ClassRecord() 493 TypeIndex getDerivationList() const { return DerivationList; } in getDerivationList() 497 TypeIndex DerivationList; variable
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 479 TypeIndex DerivationList, TypeIndex VTableShape, uint64_t Size, in ClassRecord() argument 482 Hfa(Hfa), WinRTKind(WinRTKind), DerivationList(DerivationList), in ClassRecord() 494 TypeIndex getDerivationList() const { return DerivationList; } in getDerivationList() 516 TypeIndex DerivationList; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 469 TypeIndex FieldList, TypeIndex DerivationList, in ClassRecord() argument 473 DerivationList(DerivationList), VTableShape(VTableShape), Size(Size) {} in ClassRecord() 487 TypeIndex getDerivationList() const { return DerivationList; } in getDerivationList() 491 TypeIndex DerivationList; variable
|
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 364 checkTypeReferences(0, Class.FieldList, Class.DerivationList, in TEST_F() 371 checkTypeReferences(0, Struct.FieldList, Struct.DerivationList, in TEST_F() 448 checkTypeReferences(12, Class.FieldList, Class.DerivationList, in TEST_F()
|
D | RandomAccessVisitorTest.cpp | 359 Class.DerivationList = TypeIndex::fromArrayIndex(0); in TEST_F()
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | global-type-hashes.ll | 184 ; YAML: DerivationList: 0 250 ; YAML: DerivationList: 0
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 462 Success &= remapIndex(IndexMap, DerivationList); in remapTypeIndices()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 336 Class.VTableShape, Class.DerivationList, Class.FieldList); in visitKnownRecord()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 407 error(IO.mapInteger(Record.DerivationList, "DerivedFrom")); in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 406 error(IO.mapInteger(Record.DerivationList, "DerivedFrom")); in visitKnownRecord()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 519 IO.mapRequired("DerivationList", Record.DerivationList); in map()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 519 IO.mapRequired("DerivationList", Record.DerivationList); in map()
|