Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBVariablesOptions.cpp39 bool GetIncludeRecognizedArguments(const lldb::TargetSP &target_sp) const { in GetIncludeRecognizedArguments() function in VariablesOptionsImpl
107 bool SBVariablesOptions::GetIncludeRecognizedArguments( in GetIncludeRecognizedArguments() function in SBVariablesOptions
109 return m_opaque_ap->GetIncludeRecognizedArguments(target.GetSP()); in GetIncludeRecognizedArguments()
H A DSBFrame.cpp961 options.GetIncludeRecognizedArguments(SBTarget(exe_ctx.GetTargetSP())); in GetVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBVariablesOptions.h36 bool GetIncludeRecognizedArguments(const lldb::SBTarget &) const;