Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1150 std::string UTF8Buf; in expandResponseFile() local
1152 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in expandResponseFile()
1155 Str = StringRef(UTF8Buf); in expandResponseFile()