Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp118 std::string FDSpecifierStr("filedescs="); in launchLocalExecutor() local
119 FDSpecifierStr += utostr(ToExecutor[ReadEnd]); in launchLocalExecutor()
120 FDSpecifierStr += ','; in launchLocalExecutor()
121 FDSpecifierStr += utostr(FromExecutor[WriteEnd]); in launchLocalExecutor()
122 FDSpecifier = std::make_unique<char[]>(FDSpecifierStr.size() + 1); in launchLocalExecutor()
123 strcpy(FDSpecifier.get(), FDSpecifierStr.c_str()); in launchLocalExecutor()
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp759 std::string FDSpecifierStr("filedescs="); in launchExecutor()
760 FDSpecifierStr += utostr(ToExecutor[ReadEnd]); in launchExecutor()
761 FDSpecifierStr += ','; in launchExecutor()
762 FDSpecifierStr += utostr(FromExecutor[WriteEnd]); in launchExecutor()
763 FDSpecifier = std::make_unique<char[]>(FDSpecifierStr.size() + 1); in launchExecutor()
764 strcpy(FDSpecifier.get(), FDSpecifierStr.c_str()); in launchExecutor()