Home
last modified time | relevance | path

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

/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp69 ExitOnErr(Server.handleKnownFunction(Id)); in main()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/
Dserver.cpp113 ExitOnErr(Server.handleKnownFunction(Id)); in main()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h59 Error handleKnownFunction(JITFuncId Id) { in handleKnownFunction() function
123 return handleKnownFunction(static_cast<JITFuncId>(Id)); in requestCompile()