Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
DRemoteJITUtils.h28 class FDRawChannel final : public llvm::orc::rpc::RawByteChannel {
30 FDRawChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRawChannel() function
75 std::unique_ptr<FDRawChannel> launchRemote();
Dlli.cpp638 std::unique_ptr<FDRawChannel> C = launchRemote(); in main()
815 std::unique_ptr<FDRawChannel> launchRemote() { in launchRemote()
865 return llvm::make_unique<FDRawChannel>(PipeFD[1][0], PipeFD[0][1]); in launchRemote()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ChildTarget/
DChildTarget.cpp56 FDRawChannel Channel(InFD, OutFD); in main()
57 typedef remote::OrcRemoteTargetServer<FDRawChannel, HostOrcArch> JITServer; in main()