Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTextEncoding.cpp82 class TextEncodingConverterTable final class
87 TextEncodingConverterTable(ConversionType ConvType) : ConvType(ConvType) {} in TextEncodingConverterTable() function in __anonf264d0e80111::TextEncodingConverterTable
96 TextEncodingConverterTable::convertString(StringRef Source, in convertString()
319 std::make_unique<TextEncodingConverterTable>(Conversion)); in create()