Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp36 bool GetIncludeRecognizedArguments(const lldb::TargetSP &target_sp) const { in GetIncludeRecognizedArguments() function in VariablesOptionsImpl
129 bool SBVariablesOptions::GetIncludeRecognizedArguments( in GetIncludeRecognizedArguments() function in SBVariablesOptions
132 GetIncludeRecognizedArguments, in GetIncludeRecognizedArguments()
135 return m_opaque_up->GetIncludeRecognizedArguments(target.GetSP()); in GetIncludeRecognizedArguments()
253 GetIncludeRecognizedArguments, in RegisterMethods()
H A DSBFrame.cpp820 options.GetIncludeRecognizedArguments(SBTarget(exe_ctx.GetTargetSP())); in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBVariablesOptions.i35 GetIncludeRecognizedArguments (const lldb::SBTarget &) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h37 bool GetIncludeRecognizedArguments(const lldb::SBTarget &) const;
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69433 …result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeRecognizedArguments((lldb::SBTa… in _wrap_SBVariablesOptions_GetIncludeRecognizedArguments()