Home
last modified time | relevance | path

Searched defs:OutFD (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()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DFDRawByteChannel.h34 FDRawByteChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRawByteChannel()
/external/llvm-project/llvm/tools/lli/ChildTarget/
DChildTarget.cpp33 int OutFD; in main() local
/external/llvm-project/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
Dllvm-jitlink-executor.cpp85 int OutFD = 0; in main() local
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp32 int OutFD; in main() local
/external/llvm/tools/lli/
DRemoteJITUtils.h30 FDRPCChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRPCChannel()