Home
last modified time | relevance | path

Searched refs:convertWideToUTF8 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h239 bool convertWideToUTF8(const std::wstring &Source, std::string &Result);
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp161 return llvm::convertWideToUTF8(WideValue, value); in readFullStringValue()
684 convertWideToUTF8(std::wstring(VCPathWide), VCRootPath); in findVCToolChainViaSetupConfig()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp271 bool convertWideToUTF8(const std::wstring &Source, std::string &Result) { in convertWideToUTF8() function