Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DStringPrinter.cpp283 const int origin_encoding = 8 * sizeof(SourceDataType); in DumpUTFBufferToStream() local
284 source_size = bufferSPSize / (origin_encoding / 4); in DumpUTFBufferToStream()
529 const int origin_encoding = 8 * type_width; in ReadUTFBufferAndDumpToStream() local
530 if (origin_encoding != 8 && origin_encoding != 16 && origin_encoding != 32) in ReadUTFBufferAndDumpToStream()
533 if (origin_encoding != 8 && !ConvertFunction) in ReadUTFBufferAndDumpToStream()