Home
last modified time | relevance | path

Searched refs:OutFD (Results 1 – 7 of 7) sorted by relevance

/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DRemoteJITUtils.h30 FDRPCChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRPCChannel() argument
54 ssize_t Written = ::write(OutFD, Src + Completed, Size - Completed); in appendBytes()
71 int InFD, OutFD;
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DFDRawByteChannel.h34 FDRawByteChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRawByteChannel() argument
64 ssize_t Written = ::write(OutFD, Src + Completed, Size - Completed); in appendBytes()
85 int InFD, OutFD;
/external/llvm-project/llvm/tools/lli/ChildTarget/
DChildTarget.cpp33 int OutFD; in main() local
37 OutFDStream >> OutFD; in main()
57 rpc::FDRawByteChannel Channel(InFD, OutFD); in main()
66 close(OutFD); in main()
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp32 int OutFD; in main() local
36 OutFDStream >> OutFD; in main()
56 FDRPCChannel Channel(InFD, OutFD); in main()
75 close(OutFD); in main()
/external/llvm-project/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
Dllvm-jitlink-executor.cpp85 int OutFD = 0; in main() local
98 if (FD2Str.getAsInteger(10, OutFD)) in main()
108 InFD = OutFD = openListener(Host.str(), Port); in main()
120 rpc::FDRawByteChannel C(InFD, OutFD); in main()
/external/llvm/tools/lli/
DRemoteJITUtils.h30 FDRPCChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRPCChannel() argument
54 ssize_t Written = ::write(OutFD, Src + Completed, Size - Completed); in appendBytes()
71 int InFD, OutFD;
/external/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.h58 void startCompileThread(int OutFD);