Searched refs:OutFD (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | RemoteJITUtils.h | 32 FDRPCChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRPCChannel() argument 56 ssize_t Written = ::write(OutFD, Src + Completed, Size - Completed); in appendBytes() 73 int InFD, OutFD;
|
/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/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ChildTarget/ |
D | ChildTarget.cpp | 32 int OutFD; in main() local 36 OutFDStream >> OutFD; in main() 56 FDRawChannel Channel(InFD, OutFD); in main() 64 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/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ |
D | RemoteJITUtils.h | 30 FDRawChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRawChannel() argument 54 ssize_t Written = ::write(OutFD, Src + Completed, Size - Completed); in appendBytes() 71 int InFD, OutFD;
|
/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);
|