Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DFDRawByteChannel.h31 FDRawByteChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRawByteChannel() argument
55 ssize_t Written = ::write(OutFD, Src + Completed, Size - Completed); in appendBytes()
72 int InFD, OutFD;
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp33 int OutFD; in main() local
37 OutFDStream >> OutFD; in main()
57 shared::FDRawByteChannel Channel(InFD, OutFD); in main()
66 close(OutFD); in main()