Home
last modified time | relevance | path

Searched refs:CallIntVoid (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp24 FUNCNAME(CallIntVoid); in getJITFuncIdName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h195 class CallIntVoid
196 : public rpc::Function<CallIntVoid, int32_t(JITTargetAddress Addr)> {
DOrcRemoteTargetServer.h65 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid); in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h494 return callB<exec::CallIntVoid>(Addr); in callIntVoid()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h123 typedef Function<CallIntVoidId, int32_t(TargetAddress Addr)> CallIntVoid; typedef
DOrcRemoteTargetServer.h66 return handle<CallIntVoid>(Channel, *this, &ThisT::handleCallIntVoid); in handleKnownFunction()
DOrcRemoteTargetClient.h606 return callSTHandling<CallIntVoid>(Channel, Listen, Addr); in callIntVoid()