Searched refs:ConvertUTF8toWide (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
| H A D | FileSystem.cpp | 33 if (!llvm::ConvertUTF8toWide(src.GetPath(), wsrc) || in Symlink() 34 !llvm::ConvertUTF8toWide(dst.GetPath(), wdst)) in Symlink() 54 if (!llvm::ConvertUTF8toWide(src.GetPath(), wsrc)) { in Readlink() 90 if (!llvm::ConvertUTF8toWide(path, wpath)) in Fopen() 92 if (!llvm::ConvertUTF8toWide(mode, wmode)) in Fopen() 102 if (!llvm::ConvertUTF8toWide(path, wpath)) in Open()
|
| H A D | ProcessLauncherWindows.cpp | 30 if (llvm::ConvertUTF8toWide(Environment::compose(KV), warg)) { in CreateEnvironmentBuffer() 108 llvm::ConvertUTF8toWide(executable, wexecutable); in LaunchProcess() 109 llvm::ConvertUTF8toWide(launch_info.GetWorkingDirectory().GetPath(), in LaunchProcess() 175 llvm::ConvertUTF8toWide(path, wpath); in GetStdioHandle()
|
| H A D | HostInfoWindows.cpp | 127 if (!llvm::ConvertUTF8toWide(var_name, wvar_name)) in GetEnvironmentVar()
|
| H A D | ConnectionGenericFileWindows.cpp | 116 if (!llvm::ConvertUTF8toWide(path, wpath)) { in Connect()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | ConvertUTFWrapper.cpp | 19 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide() function 251 if (!ConvertUTF8toWide(sizeof(wchar_t), Source, ResultPtr, ErrorPtr)) { in ConvertUTF8toWideInternal() 259 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide() function 263 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide() function 268 return ConvertUTF8toWide(llvm::StringRef(Source), Result); in ConvertUTF8toWide()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | ConvertUTF.h | 220 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, 227 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result); 233 bool ConvertUTF8toWide(const char *Source, std::wstring &Result);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | WindowsMiniDump.cpp | 36 if (!llvm::ConvertUTF8toWide(sizeof(wchar_t), file_name, result_ptr, in SaveMiniDump()
|
| /openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/ |
| H A D | MSVCPaths.cpp | 136 if (!llvm::ConvertUTF8toWide(valueName, WideValueName)) in readFullStringValue()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 2163 if (ConvertUTF8toWide(CharByteWidth, Fragment, ResultPtr, ErrorPtrTmp)) in CopyStringFragment() 2193 while (!ConvertUTF8toWide(CharByteWidth, NextFragment, Ptr, ErrorPtrTmp)) { in CopyStringFragment()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | MSVC.cpp | 578 if (!llvm::ConvertUTF8toWide(ClExe.c_str(), ClExeWide)) in getMSVCVersionFromExe()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 3524 llvm::ConvertUTF8toWide(CharByteWidth, Source, ResultPtr, ErrorPtr); in ConvertUTF8ToWideString()
|