Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DStringPrinter.cpp357 if (dump_options.GetSuffixToken() != nullptr) in DumpEncodedBufferToStream()
358 stream.Printf("%s", dump_options.GetSuffixToken()); in DumpEncodedBufferToStream()
384 SetSuffixToken(options.GetSuffixToken()); in ReadBufferAndDumpToStreamOptions()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DStringPrinter.h47 const char *GetSuffixToken() const { return m_suffix_token.c_str(); } in GetSuffixToken() function