Home
last modified time | relevance | path

Searched refs:getDerivationList (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp252 printTypeIndex("DerivedFrom", Class.getDerivationList()); in visitKnownRecord()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h488 TypeIndex getDerivationList() const { return DerivationList; } in getDerivationList() function
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1983 printTypeIndex("DerivedFrom", Class.getDerivationList(), StreamTPI); in visitKnownRecord()