Home
last modified time | relevance | path

Searched refs:getJITFuncIdName (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp20 const char *OrcRemoteTargetRPCAPI::getJITFuncIdName(JITFuncId Id) { in getJITFuncIdName() function in llvm::orc::remote::OrcRemoteTargetRPCAPI
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h121 static const char *getJITFuncIdName(JITFuncId Id);
DOrcRemoteTargetServer.h62 DEBUG(dbgs() << "Handling known proc: " << getJITFuncIdName(Id) << "\n"); in handleKnownFunction()