Home
last modified time | relevance | path

Searched refs:ConvertUTF8toWide (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DFileSystem.cpp33 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 DProcessLauncherWindows.cpp30 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 DHostInfoWindows.cpp127 if (!llvm::ConvertUTF8toWide(var_name, wvar_name)) in GetEnvironmentVar()
H A DConnectionGenericFileWindows.cpp116 if (!llvm::ConvertUTF8toWide(path, wpath)) { in Connect()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DConvertUTFWrapper.cpp19 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 DConvertUTF.h220 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 DWindowsMiniDump.cpp36 if (!llvm::ConvertUTF8toWide(sizeof(wchar_t), file_name, result_ptr, in SaveMiniDump()
/openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp136 if (!llvm::ConvertUTF8toWide(valueName, WideValueName)) in readFullStringValue()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp2163 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 DMSVC.cpp578 if (!llvm::ConvertUTF8toWide(ClExe.c_str(), ClExeWide)) in getMSVCVersionFromExe()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp3524 llvm::ConvertUTF8toWide(CharByteWidth, Source, ResultPtr, ErrorPtr); in ConvertUTF8ToWideString()