Home
last modified time | relevance | path

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

/freebsd/contrib/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
59 static llvm::orc::shared::CWrapperFunctionResult
69 static llvm::orc::shared::CWrapperFunctionResult
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 DJITLoaderGDB.cpp79 extern "C" orc::shared::CWrapperFunctionResult
95 extern "C" orc::shared::CWrapperFunctionResult
H A DExecutorSharedMemoryMapperService.cpp325 llvm::orc::shared::CWrapperFunctionResult
336 llvm::orc::shared::CWrapperFunctionResult
347 llvm::orc::shared::CWrapperFunctionResult
358 llvm::orc::shared::CWrapperFunctionResult
H A DRegisterEHFrames.cpp171 extern "C" orc::shared::CWrapperFunctionResult
178 extern "C" orc::shared::CWrapperFunctionResult
H A DSimpleExecutorDylibManager.cpp102 llvm::orc::shared::CWrapperFunctionResult in openWrapper()
112 llvm::orc::shared::CWrapperFunctionResult in lookupWrapper()
H A DSimpleExecutorMemoryManager.cpp227 llvm::orc::shared::CWrapperFunctionResult
238 llvm::orc::shared::CWrapperFunctionResult
249 llvm::orc::shared::CWrapperFunctionResult
H A DSimpleRemoteEPCServer.cpp255 shared::CWrapperFunctionResult (*)(const char *, size_t); in handleCallWrapper()
290 shared::CWrapperFunctionResult in jitDispatchEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h57 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 DJITLoaderVTune.h20 extern "C" llvm::orc::shared::CWrapperFunctionResult
23 extern "C" llvm::orc::shared::CWrapperFunctionResult
26 extern "C" 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 DJITLoaderGDB.h45 extern "C" llvm::orc::shared::CWrapperFunctionResult
48 extern "C" llvm::orc::shared::CWrapperFunctionResult
H A DRegisterEHFrames.h36 extern "C" llvm::orc::shared::CWrapperFunctionResult
39 extern "C" 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,
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp139 shared::CWrapperFunctionResult (*)(const char *Data, size_t Size); in callWrapperAsync()
197 shared::CWrapperFunctionResult
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h548 static shared::CWrapperFunctionResult