Home
last modified time | relevance | path

Searched refs:MyRemote (Results 1 – 6 of 6) sorted by relevance

/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h68 typedef remote::OrcRemoteTargetClient<FDRPCChannel> MyRemote; typedef
72 MyRemote &Remote;
88 KaleidoscopeJIT(MyRemote &Remote) in KaleidoscopeJIT()
104 std::unique_ptr<MyRemote::RCIndirectStubsManager> ISM;
142 std::unique_ptr<MyRemote::RCMemoryManager> MemMgr; in addModule()
Dtoy.cpp1268 MyRemote Remote = ExitOnErr(MyRemote::Create(*TCPChannel)); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h77 using MyRemote = remote::OrcRemoteTargetClient; variable
95 MyRemote &Remote;
98 KaleidoscopeJIT(ExecutionSession &ES, MyRemote &Remote) in KaleidoscopeJIT()
Dtoy.cpp1283 auto Remote = ExitOnErr(MyRemote::Create(*TCPChannel, ES)); in main()
/external/llvm/tools/lli/
Dlli.cpp655 typedef orc::remote::OrcRemoteTargetClient<orc::remote::RPCChannel> MyRemote; in main() typedef
656 MyRemote R = ExitOnErr(MyRemote::Create(*C)); in main()
659 std::unique_ptr<MyRemote::RCMemoryManager> RemoteMM; in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
Dlli.cpp647 typedef orc::remote::OrcRemoteTargetClient MyRemote; in main() typedef
648 auto R = ExitOnErr(MyRemote::Create(*C, ES)); in main()