Home
last modified time | relevance | path

Searched defs:runAsIntFunction (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/TargetProcess/
DTargetExecutionUtils.cpp44 int runAsIntFunction(int (*Func)(int), int Arg) { return Func(Arg); } in runAsIntFunction() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DExecutorProcessControl.cpp123 SelfExecutorProcessControl::runAsIntFunction(ExecutorAddr IntFnAddr, int Arg) { in runAsIntFunction() function in llvm::orc::SelfExecutorProcessControl
DSimpleRemoteEPC.cpp65 Expected<int32_t> SimpleRemoteEPC::runAsIntFunction(ExecutorAddr IntFnAddr, in runAsIntFunction() function in llvm::orc::SimpleRemoteEPC
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutorProcessControl.h413 Expected<int32_t> runAsIntFunction(ExecutorAddr IntFnAddr, int Arg) override { in runAsIntFunction() function