Home
last modified time | relevance | path

Searched defs:OutFD (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h127 int OutFD) in FDSimpleRemoteEPCTransport()
137 int InFD, OutFD; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/Shared/
DSimpleRemoteEPCUtils.h128 int OutFD) in FDSimpleRemoteEPCTransport()
138 int InFD, OutFD; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/Shared/
DSimpleRemoteEPCUtils.h128 int OutFD) in FDSimpleRemoteEPCTransport()
138 int InFD, OutFD; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/Shared/
DSimpleRemoteEPCUtils.h128 int OutFD) in FDSimpleRemoteEPCTransport()
138 int InFD, OutFD; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/Shared/
DSimpleRemoteEPCUtils.h128 int OutFD) in FDSimpleRemoteEPCTransport()
138 int InFD, OutFD; variable
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A DRemoteJITUtils.h30 FDRPCChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRPCChannel()
/aosp_15_r20/external/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp32 int OutFD; in main() local
/aosp_15_r20/external/llvm/tools/lli/
H A DRemoteJITUtils.h30 FDRPCChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRPCChannel()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp51 int OutFD) { in Create()