Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp336 Class.VTableShape, Class.DerivationList, Class.FieldList); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp432 error(IO.mapInteger(Record.DerivationList, "DerivedFrom")); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp524 IO.mapRequired("DerivationList", Record.DerivationList); in map()