Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp337 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h758 ArrayRef<OneMethodRecord> getMethods() const { return Methods; } in getMethods() function