Home
last modified time | relevance | path

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

/freebsd/contrib/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.cpp792 options.GetIncludeRecognizedArguments(SBTarget(exe_ctx.GetTargetSP())); in GetVariables()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h37 bool GetIncludeRecognizedArguments(const lldb::SBTarget &) const;
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp76390 …result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeRecognizedArguments((lldb::SBTa… in _wrap_SBVariablesOptions_GetIncludeRecognizedArguments()