Searched refs:OutFD (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp32 int OutFD; local
36 OutFDStream >> OutFD; local
56 FDRawChannel Channel(InFD, OutFD);
64 close(OutFD);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h29 FDRawChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} argument
53 ssize_t Written = ::write(OutFD, Src + Completed, Size - Completed);
70 int InFD, OutFD; member in class:final

Completed in 109 milliseconds