Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp24 FUNCNAME(CallIntVoid); in getJITFuncIdName()
/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()