Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp227 std::string FDSpecifierStr("filedescs="); in launch() local
228 FDSpecifierStr += utostr(ToExecutor[ReadEnd]); in launch()
229 FDSpecifierStr += ','; in launch()
230 FDSpecifierStr += utostr(FromExecutor[WriteEnd]); in launch()
231 FDSpecifier = std::make_unique<char[]>(FDSpecifierStr.size() + 1); in launch()
232 strcpy(FDSpecifier.get(), FDSpecifierStr.c_str()); in launch()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp631 std::string FDSpecifierStr("filedescs="); in LaunchExecutor()
632 FDSpecifierStr += utostr(ToExecutor[ReadEnd]); in LaunchExecutor()
633 FDSpecifierStr += ','; in LaunchExecutor()
634 FDSpecifierStr += utostr(FromExecutor[WriteEnd]); in LaunchExecutor()
635 FDSpecifier = std::make_unique<char[]>(FDSpecifierStr.size() + 1); in LaunchExecutor()
636 strcpy(FDSpecifier.get(), FDSpecifierStr.c_str()); in LaunchExecutor()