Searched refs:OutFD (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.cpp | 51 int OutFD) { in Create() argument 57 if (OutFD == -1) in Create() 59 Twine(OutFD), in Create() 62 new FDSimpleRemoteEPCTransport(C, InFD, OutFD)); in Create() 116 bool CloseOutFD = InFD != OutFD; in disconnect() 126 while (close(OutFD) == -1) { in disconnect() 173 ssize_t Written = ::write(OutFD, Src + Completed, Size - Completed); in writeBytes()
|
| /openbsd-src/gnu/llvm/llvm/tools/lli/ChildTarget/ |
| H A D | ChildTarget.cpp | 46 int OutFD = 0; in main() local 50 OutFDStream >> OutFD; in main() 64 InFD, OutFD)); in main()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.h | 107 Create(SimpleRemoteEPCTransportClient &C, int InFD, int OutFD); 127 int OutFD) in FDSimpleRemoteEPCTransport() argument 128 : C(C), InFD(InFD), OutFD(OutFD) {} in FDSimpleRemoteEPCTransport() 137 int InFD, OutFD; variable
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-executor/ |
| H A D | llvm-jitlink-executor.cpp | 122 int OutFD = 0; in main() local 143 if (FD2Str.getAsInteger(10, OutFD)) in main() 154 InFD = OutFD = openListener(Host.str(), PortStr.str()); in main() 173 InFD, OutFD)); in main()
|