Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManagerTest.cpp85 makeMethodWrapperHandler(&SimpleAllocator::reserve)) in testReserve()
93 makeMethodWrapperHandler(&SimpleAllocator::finalize)) in testFinalize()
102 makeMethodWrapperHandler(&SimpleAllocator::deallocate)) in testDeallocate()
H A DWrapperFunctionUtilsTest.cpp84 ArgData, ArgSize, makeMethodWrapperHandler(&AddClass::addMethod)); in addMethodWrapper()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp302 shared::makeMethodWrapperHandler( in reserveWrapper()
313 shared::makeMethodWrapperHandler( in initializeWrapper()
324 shared::makeMethodWrapperHandler( in deinitializeWrapper()
335 shared::makeMethodWrapperHandler( in releaseWrapper()
H A DSimpleExecutorDylibManager.cpp112 shared::makeMethodWrapperHandler( in openWrapper()
122 shared::makeMethodWrapperHandler( in lookupWrapper()
H A DSimpleExecutorMemoryManager.cpp233 shared::makeMethodWrapperHandler( in reserveWrapper()
244 shared::makeMethodWrapperHandler( in finalizeWrapper()
255 shared::makeMethodWrapperHandler( in deallocateWrapper()
/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Dwrapper_function_utils_test.cpp119 ArgData, ArgSize, makeMethodWrapperHandler(&AddClass::addMethod)) in addMethodWrapper()
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h393 makeMethodWrapperHandler(RetT (ClassT::*Method)(ArgTs...)) { in makeMethodWrapperHandler() function
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h617 makeMethodWrapperHandler(RetT (ClassT::*Method)(ArgTs...)) { in makeMethodWrapperHandler() function