Home
last modified time | relevance | path

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

/external/llvm-project/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-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h475 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/
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/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h469 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/
DTypeIndexDiscoveryTest.cpp364 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()
DRandomAccessVisitorTest.cpp359 Class.DerivationList = TypeIndex::fromArrayIndex(0); in TEST_F()
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll184 ; YAML: DerivationList: 0
250 ; YAML: DerivationList: 0
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp462 Success &= remapIndex(IndexMap, DerivationList); in remapTypeIndices()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp336 Class.VTableShape, Class.DerivationList, Class.FieldList); in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp407 error(IO.mapInteger(Record.DerivationList, "DerivedFrom")); in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp406 error(IO.mapInteger(Record.DerivationList, "DerivedFrom")); in visitKnownRecord()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp519 IO.mapRequired("DerivationList", Record.DerivationList); in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp519 IO.mapRequired("DerivationList", Record.DerivationList); in map()