Home
last modified time | relevance | path

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

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