Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp114 int32_t addMethod(int32_t Y) { return X + Y; } in addMethod() function in AddClass
123 ArgData, ArgSize, makeMethodWrapperHandler(&AddClass::addMethod)) in addMethodWrapper()