Searched defs:addMethod (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/include/mlir/TableGen/ | ||
H A D | Class.h | 681 Method *addMethod(RetTypeT &&retType, NameT &&name, addMethod() function |
/llvm-project/compiler-rt/lib/orc/tests/unit/ | ||
H A D | wrapper_function_utils_test.cpp | 114 int32_t addMethod(int32_t Y) { return X + Y; } addMethod() function in AddClass |
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ | ||
H A D | WrapperFunctionUtilsTest.cpp | 71 int32_t addMethod(int32_t Y) { return X + Y; } in addMethod() function in AddClass |