Home
last modified time | relevance | path

Searched refs:InFD (Results 1 – 6 of 6) sorted by relevance

/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DRemoteJITUtils.h30 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/llvm/tools/lli/ChildTarget/
DChildTarget.cpp31 int InFD; in main() local
35 InFDStream >> InFD; in main()
56 FDRPCChannel Channel(InFD, OutFD); in main()
74 close(InFD); in main()
/external/llvm/tools/lli/
DRemoteJITUtils.h30 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/
DProgram.inc116 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/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProgram.inc110 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/llvm/lib/Support/Unix/
DProgram.inc110 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