Searched defs:runAsIntFunction (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ | ||
H A D | TargetExecutionUtils.cpp | 44 int runAsIntFunction(int (*Func)(int), int Arg) { return Func(Arg); } in runAsIntFunction() function |
/llvm-project/llvm/lib/ExecutionEngine/Orc/ | ||
H A D | ExecutorProcessControl.cpp | 130 SelfExecutorProcessControl::runAsIntFunction(ExecutorAddr IntFnAddr, int Arg) { runAsIntFunction() function in llvm::orc::SelfExecutorProcessControl |
H A D | SimpleRemoteEPC.cpp | 82 Expected<int32_t> SimpleRemoteEPC::runAsIntFunction(ExecutorAddr IntFnAddr, runAsIntFunction() function in llvm::orc::SimpleRemoteEPC |
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ | ||
H A D | ExecutorProcessControl.h | 497 Expected<int32_t> runAsIntFunction(ExecutorAddr IntFnAddr, int Arg) override { runAsIntFunction() function |