Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp338 for (const auto &M : MethodList.getMethods()) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h759 ArrayRef<OneMethodRecord> getMethods() const { return Methods; } in getMethods() function