Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp487 printTypeIndex("MethodListIndex", Method.getMethodList()); in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2811 printTypeIndex("MethodListIndex", Method.getMethodList(), StreamTPI); in visitKnownMember()
2820 CVType CVMethods = Types.getType(Method.getMethodList()); in visitKnownMember()
2821 if (Error Err = finishVisitation(CVMethods, Method.getMethodList(), Element)) in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h775 TypeIndex getMethodList() const { return MethodList; } in getMethodList() function