Home
last modified time | relevance | path

Searched refs:DerivationList (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-yaml-types.test68 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/
DTypeRecord.h451 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/
DTypeRecord.h479 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/
DTypeIndexDiscoveryTest.cpp365 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()
DRandomAccessVisitorTest.cpp361 Class.DerivationList = TypeIndex::fromArrayIndex(0); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll183 ; YAML: DerivationList: 0
249 ; YAML: DerivationList: 0
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp222 error(IO.mapInteger(Record.DerivationList)); in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp462 Success &= remapIndex(IndexMap, DerivationList); in remapTypeIndices()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp305 Class.VTableShape, Class.DerivationList, Class.FieldList); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp520 IO.mapRequired("DerivationList", Record.DerivationList); in map()