LLVM 20.0.0git
|
Functions | |
std::error_code | GetCommandLineArguments (SmallVectorImpl< const char * > &Args, BumpPtrAllocator &Alloc) |
std::error_code | widenPath (const Twine &Path8, SmallVectorImpl< wchar_t > &Path16, size_t MaxPathLen=MAX_PATH) |
Convert UTF-8 path to a suitable UTF-16 path for use with the Win32 Unicode File API. | |
std::error_code llvm::sys::windows::GetCommandLineArguments | ( | SmallVectorImpl< const char * > & | Args, |
BumpPtrAllocator & | Alloc | ||
) |
Referenced by llvm::InitLLVM::InitLLVM().
std::error_code llvm::sys::windows::widenPath | ( | const Twine & | Path8, |
SmallVectorImpl< wchar_t > & | Path16, | ||
size_t | MaxPathLen = MAX_PATH |
||
) |
Convert UTF-8 path to a suitable UTF-16 path for use with the Win32 Unicode File API.