Home
last modified time | relevance | path

Searched refs:CWrapperFunctionResult (Results 1 – 21 of 21) 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
61 static llvm::orc::shared::CWrapperFunctionResult
76 static llvm::orc::shared::CWrapperFunctionResult
91 static llvm::orc::shared::CWrapperFunctionResult
111 static llvm::orc::shared::CWrapperFunctionResult
126 static llvm::orc::shared::CWrapperFunctionResult
137 static llvm::orc::shared::CWrapperFunctionResult
147 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 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.cpp76 extern "C" orc::shared::CWrapperFunctionResult
92 extern "C" orc::shared::CWrapperFunctionResult
H A DExecutorSharedMemoryMapperService.cpp336 llvm::orc::shared::CWrapperFunctionResult
347 llvm::orc::shared::CWrapperFunctionResult
358 llvm::orc::shared::CWrapperFunctionResult
369 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
174 extern "C" orc::shared::CWrapperFunctionResult
H A DSimpleExecutorMemoryManager.cpp227 llvm::orc::shared::CWrapperFunctionResult
238 llvm::orc::shared::CWrapperFunctionResult
249 llvm::orc::shared::CWrapperFunctionResult
H A DUnwindInfoManager.cpp23 static orc::shared::CWrapperFunctionResult
40 static orc::shared::CWrapperFunctionResult
H A DSimpleRemoteEPCServer.cpp253 shared::CWrapperFunctionResult (*)(const char *, size_t); in handleCallWrapper()
288 shared::CWrapperFunctionResult
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h59 static llvm::orc::shared::CWrapperFunctionResult
62 static llvm::orc::shared::CWrapperFunctionResult
65 static llvm::orc::shared::CWrapperFunctionResult
68 static 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 DJITLoaderVTune.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.h54 static llvm::orc::shared::CWrapperFunctionResult
57 static llvm::orc::shared::CWrapperFunctionResult
60 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.h51 static llvm::orc::shared::CWrapperFunctionResult
54 static llvm::orc::shared::CWrapperFunctionResult
H A DSimpleRemoteEPCServer.h169 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 DSelfExecutorProcessControl.cpp139 shared::CWrapperFunctionResult (*)(const char *Data, size_t Size); in callWrapperAsync()
149 shared::CWrapperFunctionResult
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSelfExecutorProcessControl.h57 static shared::CWrapperFunctionResult