Searched refs:DerivationList (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/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-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 451 TypeIndex FieldList, TypeIndex DerivationList, in ClassRecord() argument 455 DerivationList(DerivationList), VTableShape(VTableShape), Size(Size) {} in ClassRecord() 469 TypeIndex getDerivationList() const { return DerivationList; } in getDerivationList() 473 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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 365 checkTypeReferences(0, Class.FieldList, Class.DerivationList, in TEST_F() 372 checkTypeReferences(0, Struct.FieldList, Struct.DerivationList, in TEST_F() 449 checkTypeReferences(12, Class.FieldList, Class.DerivationList, in TEST_F()
|
D | RandomAccessVisitorTest.cpp | 361 Class.DerivationList = TypeIndex::fromArrayIndex(0); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | global-type-hashes.ll | 183 ; YAML: DerivationList: 0 249 ; YAML: DerivationList: 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 222 error(IO.mapInteger(Record.DerivationList)); in visitKnownRecord()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 462 Success &= remapIndex(IndexMap, DerivationList); in remapTypeIndices()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 305 Class.VTableShape, Class.DerivationList, Class.FieldList); in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 520 IO.mapRequired("DerivationList", Record.DerivationList); in map()
|