Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp487 printTypeIndex("MethodListIndex", Method.getMethodList()); in visitKnownMember()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h774 TypeIndex getMethodList() const { return MethodList; } in getMethodList() function