Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp486 printTypeIndex("MethodListIndex", Method.getMethodList()); in visitKnownMember()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h775 TypeIndex getMethodList() const { return MethodList; } in getMethodList() function