Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp119 Builder.writeTypeIndex(Record.getDerivationList()); in writeClass()
DTypeDumper.cpp265 printTypeIndex("DerivedFrom", Class.getDerivationList()); in visitClass()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h494 TypeIndex getDerivationList() const { return DerivationList; } in getDerivationList() function