| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | ExecutorSharedMemoryMapperService.h | 57 static llvm::orc::shared::CWrapperFunctionResult 60 static llvm::orc::shared::CWrapperFunctionResult 63 static llvm::orc::shared::CWrapperFunctionResult 66 static llvm::orc::shared::CWrapperFunctionResult
|
| H A D | SimpleExecutorMemoryManager.h | 53 static llvm::orc::shared::CWrapperFunctionResult 56 static llvm::orc::shared::CWrapperFunctionResult 59 static llvm::orc::shared::CWrapperFunctionResult
|
| H A D | JITLoaderGDB.h | 19 extern "C" llvm::orc::shared::CWrapperFunctionResult 22 extern "C" llvm::orc::shared::CWrapperFunctionResult
|
| H A D | RegisterEHFrames.h | 36 extern "C" llvm::orc::shared::CWrapperFunctionResult 39 extern "C" llvm::orc::shared::CWrapperFunctionResult
|
| H A D | SimpleExecutorDylibManager.h | 49 static llvm::orc::shared::CWrapperFunctionResult 52 static llvm::orc::shared::CWrapperFunctionResult
|
| H A D | SimpleRemoteEPCServer.h | 154 static shared::CWrapperFunctionResult jitDispatchEntry(void *DispatchCtx,
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | OrcRTBootstrap.cpp | 25 static llvm::orc::shared::CWrapperFunctionResult 36 static llvm::orc::shared::CWrapperFunctionResult 48 static llvm::orc::shared::CWrapperFunctionResult
|
| H A D | JITLoaderGDB.cpp | 103 extern "C" orc::shared::CWrapperFunctionResult 116 extern "C" orc::shared::CWrapperFunctionResult
|
| H A D | ExecutorSharedMemoryMapperService.cpp | 296 llvm::orc::shared::CWrapperFunctionResult 307 llvm::orc::shared::CWrapperFunctionResult 318 llvm::orc::shared::CWrapperFunctionResult 329 llvm::orc::shared::CWrapperFunctionResult
|
| H A D | RegisterEHFrames.cpp | 171 extern "C" orc::shared::CWrapperFunctionResult 178 extern "C" orc::shared::CWrapperFunctionResult
|
| H A D | SimpleExecutorDylibManager.cpp | 107 llvm::orc::shared::CWrapperFunctionResult 117 llvm::orc::shared::CWrapperFunctionResult
|
| H A D | SimpleExecutorMemoryManager.cpp | 227 llvm::orc::shared::CWrapperFunctionResult 238 llvm::orc::shared::CWrapperFunctionResult 249 llvm::orc::shared::CWrapperFunctionResult
|
| H A D | SimpleRemoteEPCServer.cpp | 249 shared::CWrapperFunctionResult (*)(const char *, size_t); in handleCallWrapper() 284 shared::CWrapperFunctionResult
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | EPCGenericJITLinkMemoryManagerTest.cpp | 81 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 D | EPCGenericMemoryAccessTest.cpp | 21 llvm::orc::shared::CWrapperFunctionResult testWriteUInts(const char *ArgData, in testWriteUInts() 32 llvm::orc::shared::CWrapperFunctionResult testWriteBuffers(const char *ArgData, in testWriteBuffers()
|
| H A D | ExecutionSessionWrapperFunctionCallsTest.cpp | 21 static llvm::orc::shared::CWrapperFunctionResult addWrapper(const char *ArgData, in addWrapper() 33 static llvm::orc::shared::CWrapperFunctionResult
|
| H A D | SimpleExecutorMemoryManagerTest.cpp | 23 orc::shared::CWrapperFunctionResult incrementWrapper(const char *ArgData, in incrementWrapper()
|
| H A D | SharedMemoryMapperTest.cpp | 24 orc::shared::CWrapperFunctionResult incrementWrapper(const char *ArgData, in incrementWrapper()
|
| H A D | MemoryMapperTest.cpp | 51 orc::shared::CWrapperFunctionResult incrementWrapper(const char *ArgData, in incrementWrapper()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | WrapperFunctionUtils.h | 36 } 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; 665 shared::CWrapperFunctionResult(const char *ArgData, size_t ArgSize); in run()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ExecutorProcessControl.cpp | 128 shared::CWrapperFunctionResult (*)(const char *Data, size_t Size); in callWrapperAsync() 173 shared::CWrapperFunctionResult
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutorProcessControl.h | 459 static shared::CWrapperFunctionResult
|