Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTextEncoding.cpp89 std::error_code convertString(StringRef Source,
96 TextEncodingConverterTable::convertString(StringRef Source, in convertString() function in __anonf264d0e80111::TextEncodingConverterTable
129 std::error_code convertString(StringRef Source,
141 TextEncodingConverterICU::convertString(StringRef Source, in convertString() function in __anonf264d0e80111::TextEncodingConverterICU
226 std::error_code convertString(StringRef Source,
237 TextEncodingConverterIconv::convertString(StringRef Source, in convertString() function in __anonf264d0e80111::TextEncodingConverterIconv
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTextEncoding.h54 virtual std::error_code convertString(StringRef Source,
65 auto EC = convertString(Source, Result); in convert()