HomeSort by relevance Sort by last modified time
    Searched defs:DerivationList (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 479 TypeIndex DerivationList, TypeIndex VTableShape, uint64_t Size,
482 Hfa(Hfa), WinRTKind(WinRTKind), DerivationList(DerivationList),
494 TypeIndex getDerivationList() const { return DerivationList; }
516 TypeIndex DerivationList;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 451 TypeIndex FieldList, TypeIndex DerivationList,
455 DerivationList(DerivationList), VTableShape(VTableShape), Size(Size) {}
469 TypeIndex getDerivationList() const { return DerivationList; }
473 TypeIndex DerivationList;

Completed in 104 milliseconds