Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/TableGen/
H A DInterfaces.cpp125 ArrayRef<InterfaceMethod> Interface::getMethods() const { return methods; } getMethods() function in Interface
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h759 ArrayRef<OneMethodRecord> getMethods() const { return Methods; } getMethods() function