Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp36 bool GetIncludeRecognizedArguments(const lldb::TargetSP &target_sp) const { in GetIncludeRecognizedArguments() function in VariablesOptionsImpl
123 bool SBVariablesOptions::GetIncludeRecognizedArguments( in GetIncludeRecognizedArguments() function in SBVariablesOptions
127 return m_opaque_up->GetIncludeRecognizedArguments(target.GetSP()); in GetIncludeRecognizedArguments()
H A DSBFrame.cpp793 options.GetIncludeRecognizedArguments(SBTarget(exe_ctx.GetTargetSP())); in GetVariables()
/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h37 bool GetIncludeRecognizedArguments(const lldb::SBTarget &) const;