Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp26 FUNCNAME(CallVoidVoid); in getJITFuncIdName()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h129 typedef Function<CallVoidVoidId, void(TargetAddress FnAddr)> CallVoidVoid; typedef
DOrcRemoteTargetServer.h70 return handle<CallVoidVoid>(Channel, *this, &ThisT::handleCallVoidVoid); in handleKnownFunction()
DOrcRemoteTargetClient.h631 return callSTHandling<CallVoidVoid>(Channel, Listen, Addr); in callVoidVoid()