Home
last modified time | relevance | path

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

/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/lib/DebugInfo/CodeView/
DTypeRecord.cpp462 Success &= remapIndex(IndexMap, DerivationList); in remapTypeIndices()