Searched refs:OutFD (Results 1 – 7 of 7) sorted by relevance
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | RemoteJITUtils.h | 30 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/ |
D | FDRawByteChannel.h | 34 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/ |
D | ChildTarget.cpp | 33 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/ |
D | ChildTarget.cpp | 32 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/ |
D | llvm-jitlink-executor.cpp | 85 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/ |
D | RemoteJITUtils.h | 30 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/ |
D | IceBrowserCompileServer.h | 58 void startCompileThread(int OutFD);
|