Home
last modified time | relevance | path

Searched refs:WEM_UTF8 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DProgram.h171 WEM_UTF8, enumerator
198 WindowsEncodingMethod Encoding = WEM_UTF8);
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DJob.h79 return {RF_None, llvm::sys::WEM_UTF8, nullptr}; in None()
86 return {RF_Full, llvm::sys::WEM_UTF8, "@"}; in AtFileUTF8()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCuda.cpp480 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob()
550 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob()
632 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob()
H A DDarwin.cpp747 ResponseSupport = {ResponseFileSupport::RF_FileList, llvm::sys::WEM_UTF8, in ConstructJob()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DProgram.inc527 if (Encoding == WEM_UTF8) {