Home
last modified time | relevance | path

Searched refs:CWrapperFunctionResult (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp25 static llvm::orc::shared::CWrapperFunctionResult
36 static llvm::orc::shared::CWrapperFunctionResult
48 static llvm::orc::shared::CWrapperFunctionResult
60 static llvm::orc::shared::CWrapperFunctionResult in runAsVoidFunctionWrapper()
71 static llvm::orc::shared::CWrapperFunctionResult in runAsIntFunctionWrapper()
81 static llvm::orc::shared::CWrapperFunctionResult in addTo()
H A DJITLoaderVTune.cpp94 extern "C" llvm::orc::shared::CWrapperFunctionResult
105 extern "C" llvm::orc::shared::CWrapperFunctionResult
176 extern "C" llvm::orc::shared::CWrapperFunctionResult
200 extern "C" llvm::orc::shared::CWrapperFunctionResult
208 extern "C" llvm::orc::shared::CWrapperFunctionResult
216 extern "C" llvm::orc::shared::CWrapperFunctionResult
H A DJITLoaderPerf.cpp398 extern "C" llvm::orc::shared::CWrapperFunctionResult
406 extern "C" llvm::orc::shared::CWrapperFunctionResult
414 extern "C" llvm::orc::shared::CWrapperFunctionResult
436 extern "C" llvm::orc::shared::CWrapperFunctionResult
444 extern "C" llvm::orc::shared::CWrapperFunctionResult
450 extern "C" llvm::orc::shared::CWrapperFunctionResult
H A DJITLoaderGDB.cpp77 extern "C" orc::shared::CWrapperFunctionResult in appendJITDebugDescriptor()
93 extern "C" orc::shared::CWrapperFunctionResult in llvm_orc_registerJITLoaderGDBAllocAction()
H A DExecutorSharedMemoryMapperService.cpp324 llvm::orc::shared::CWrapperFunctionResult
335 llvm::orc::shared::CWrapperFunctionResult
346 llvm::orc::shared::CWrapperFunctionResult
357 llvm::orc::shared::CWrapperFunctionResult
H A DSimpleExecutorDylibManager.cpp101 llvm::orc::shared::CWrapperFunctionResult
111 llvm::orc::shared::CWrapperFunctionResult
H A DRegisterEHFrames.cpp166 extern "C" orc::shared::CWrapperFunctionResult in deregisterEHFrameWrapper()
173 extern "C" orc::shared::CWrapperFunctionResult in llvm_orc_registerEHFrameSectionWrapper()
H A DSimpleExecutorMemoryManager.cpp227 llvm::orc::shared::CWrapperFunctionResult
238 llvm::orc::shared::CWrapperFunctionResult
249 llvm::orc::shared::CWrapperFunctionResult
H A DSimpleRemoteEPCServer.cpp254 shared::CWrapperFunctionResult (*)(const char *, size_t); in handleCallWrapper()
289 shared::CWrapperFunctionResult
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h58 static llvm::orc::shared::CWrapperFunctionResult
61 static llvm::orc::shared::CWrapperFunctionResult
64 static llvm::orc::shared::CWrapperFunctionResult
67 static llvm::orc::shared::CWrapperFunctionResult
H A DJITLoaderVTune.h21 extern "C" LLVM_ABI llvm::orc::shared::CWrapperFunctionResult
24 extern "C" LLVM_ABI llvm::orc::shared::CWrapperFunctionResult
27 extern "C" LLVM_ABI llvm::orc::shared::CWrapperFunctionResult
H A DJITLoaderPerf.h20 extern "C" LLVM_ABI llvm::orc::shared::CWrapperFunctionResult
23 extern "C" LLVM_ABI llvm::orc::shared::CWrapperFunctionResult
26 extern "C" LLVM_ABI llvm::orc::shared::CWrapperFunctionResult
H A DSimpleExecutorMemoryManager.h53 static llvm::orc::shared::CWrapperFunctionResult
56 static llvm::orc::shared::CWrapperFunctionResult
59 static llvm::orc::shared::CWrapperFunctionResult
H A DRegisterEHFrames.h37 extern "C" LLVM_ABI llvm::orc::shared::CWrapperFunctionResult
40 extern "C" LLVM_ABI llvm::orc::shared::CWrapperFunctionResult
H A DJITLoaderGDB.h46 extern "C" LLVM_ABI llvm::orc::shared::CWrapperFunctionResult
49 extern "C" LLVM_ABI llvm::orc::shared::CWrapperFunctionResult
H A DSimpleExecutorDylibManager.h50 static llvm::orc::shared::CWrapperFunctionResult
53 static llvm::orc::shared::CWrapperFunctionResult
H A DSimpleRemoteEPCServer.h168 static shared::CWrapperFunctionResult jitDispatchEntry(void *DispatchCtx,
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccessTest.cpp21 llvm::orc::shared::CWrapperFunctionResult testWriteUInts(const char *ArgData, in testWriteUInts()
32 llvm::orc::shared::CWrapperFunctionResult testWriteBuffers(const char *ArgData, in testWriteBuffers()
44 llvm::orc::shared::CWrapperFunctionResult testWritePointers(const char *ArgData, in testWritePointers()
H A DEPCGenericJITLinkMemoryManagerTest.cpp81 llvm::orc::shared::CWrapperFunctionResult testReserve(const char *ArgData, in testReserve()
89 llvm::orc::shared::CWrapperFunctionResult testFinalize(const char *ArgData, in testFinalize()
97 llvm::orc::shared::CWrapperFunctionResult testDeallocate(const char *ArgData, in testDeallocate()
H A DExecutionSessionWrapperFunctionCallsTest.cpp22 static llvm::orc::shared::CWrapperFunctionResult addWrapper(const char *ArgData, in addWrapper()
34 static llvm::orc::shared::CWrapperFunctionResult in voidWrapper()
H A DSimpleExecutorMemoryManagerTest.cpp23 orc::shared::CWrapperFunctionResult incrementWrapper(const char *ArgData, in incrementWrapper()
H A DSharedMemoryMapperTest.cpp24 orc::shared::CWrapperFunctionResult incrementWrapper(const char *ArgData, in incrementWrapper()
H A DMemoryMapperTest.cpp51 orc::shared::CWrapperFunctionResult incrementWrapper(const char *ArgData, in incrementWrapper()
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h36 } CWrapperFunctionResult; typedef
50 WrapperFunctionResult(CWrapperFunctionResult R) : R(R) { in WrapperFunctionResult()
79 CWrapperFunctionResult release() { in release()
80 CWrapperFunctionResult Tmp; in release()
161 static void init(CWrapperFunctionResult &R) { in init()
166 CWrapperFunctionResult R;
668 shared::CWrapperFunctionResult(const char *ArgData, size_t ArgSize); in run()
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp141 shared::CWrapperFunctionResult (*)(const char *Data, size_t Size); in callWrapperAsync()
199 shared::CWrapperFunctionResult in jitDispatchViaWrapperFunctionManager()

12