Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp223 bool show_type = true; in PrintDecl() local
227 show_type = false; in PrintDecl()
231 show_type = m_options.m_show_types || in PrintDecl()
237 if (show_type) { in PrintDecl()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DScalar.cpp155 void Scalar::GetValue(Stream *s, bool show_type) const { in GetValue()
156 if (show_type) in GetValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DScalar.h104 void GetValue(Stream *s, bool show_type) const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h153 bool show_type, bool show_summary, bool verbose,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1783 const bool show_type = false; in PreprocessCommand() local
1784 scalar.GetValue(&value_strm, show_type); in PreprocessCommand()