Home
last modified time | relevance | path

Searched refs:getDerivationList (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp252 printTypeIndex("DerivedFrom", Class.getDerivationList()); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h469 TypeIndex getDerivationList() const { return DerivationList; } in getDerivationList() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h494 TypeIndex getDerivationList() const { return DerivationList; } in getDerivationList() function