Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp32 int OutFD; in main() local
36 OutFDStream >> OutFD; in main()
56 FDRawChannel Channel(InFD, OutFD); in main()
64 close(OutFD); in main()
/freebsd-12.1/contrib/llvm/tools/lli/
H A DRemoteJITUtils.h30 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;