Searched refs:InFD (Results 1 – 10 of 10) 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 38 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed); in readBytes() 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 36 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed); in readBytes() 71 int InFD, OutFD;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ChildTarget/ |
D | ChildTarget.cpp | 31 int InFD; in main() local 35 InFDStream >> InFD; in main() 56 FDRawChannel Channel(InFD, OutFD); in main() 63 close(InFD); in main()
|
/external/llvm/tools/lli/ChildTarget/ |
D | ChildTarget.cpp | 31 int InFD; in main() local 35 InFDStream >> InFD; in main() 56 FDRPCChannel Channel(InFD, OutFD); in main() 74 close(InFD); 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 36 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed); in readBytes() 71 int InFD, OutFD;
|
/external/llvm/tools/lli/ |
D | RemoteJITUtils.h | 30 FDRPCChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRPCChannel() argument 36 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed); in readBytes() 71 int InFD, OutFD;
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Program.inc | 116 int InFD = open(File, FD == 0 ? O_RDONLY : O_WRONLY|O_CREAT, 0666); 117 if (InFD == -1) { 124 if (dup2(InFD, FD) == -1) { 126 close(InFD); 129 close(InFD); // Close the original FD
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 110 int InFD = open(File.c_str(), FD == 0 ? O_RDONLY : O_WRONLY|O_CREAT, 0666); 111 if (InFD == -1) { 118 if (dup2(InFD, FD) == -1) { 120 close(InFD); 123 close(InFD); // Close the original FD
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Program.inc | 110 int InFD = open(File.c_str(), FD == 0 ? O_RDONLY : O_WRONLY|O_CREAT, 0666); 111 if (InFD == -1) { 118 if (dup2(InFD, FD) == -1) { 120 close(InFD); 123 close(InFD); // Close the original FD
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Program.inc | 108 int InFD = open(File.c_str(), FD == 0 ? O_RDONLY : O_WRONLY|O_CREAT, 0666); 109 if (InFD == -1) { 116 if (dup2(InFD, FD) == -1) { 118 close(InFD); 121 close(InFD); // Close the original FD
|