Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DProgram.h172 WEM_UTF8, enumerator
199 WindowsEncodingMethod Encoding = WEM_UTF8);
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp497 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob()
567 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob()
652 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob()
H A DDarwin.cpp800 ResponseSupport = {ResponseFileSupport::RF_FileList, llvm::sys::WEM_UTF8, in ConstructJob()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc525 if (Encoding == WEM_UTF8) {