HomeSort by: relevance | last modified time | path
    Searched refs:DerivationList (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 469 TypeIndex FieldList, TypeIndex DerivationList,
473 DerivationList(DerivationList), VTableShape(VTableShape), Size(Size) {}
487 TypeIndex getDerivationList() const { return DerivationList; }
491 TypeIndex DerivationList;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeRecordMapping.cpp 432 error(IO.mapInteger(Record.DerivationList, "DerivedFrom"));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 336 Class.VTableShape, Class.DerivationList, Class.FieldList);
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 524 IO.mapRequired("DerivationList", Record.DerivationList);

Completed in 17 milliseconds