Home
last modified time | relevance | path

Searched refs:JITFuncId (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h96 enum JITFuncId : uint32_t { enum
97 InvalidId = RPCFunctionIdTraits<JITFuncId>::InvalidId,
98 CallIntVoidId = RPCFunctionIdTraits<JITFuncId>::FirstValidId,
121 static const char *getJITFuncIdName(JITFuncId Id);
DOrcRemoteTargetServer.h59 Error handleKnownFunction(JITFuncId Id) { in handleKnownFunction()
123 return handleKnownFunction(static_cast<JITFuncId>(Id)); in requestCompile()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp20 const char *OrcRemoteTargetRPCAPI::getJITFuncIdName(JITFuncId Id) { in getJITFuncIdName()
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp63 auto Id = static_cast<JITServer::JITFuncId>(RawId); in main()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/
Dserver.cpp106 MyServerT::JITFuncId Id = MyServerT::InvalidId; in main()