Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp95 show_decl = true; in SetOptionValue()
122 show_decl = false; in OptionParsingStarting()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h38 use_regex : 1, show_scope : 1, show_decl : 1; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp547 if (m_option_variable.show_decl && in DoExecute()
592 if (m_option_variable.show_decl && var_sp && in DoExecute()
665 if (m_option_variable.show_decl && in DoExecute()
H A DCommandObjectTarget.cpp763 if (m_option_variable.show_decl) { in DumpValueObject()