Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp39 return target_sp ? target_sp->GetDisplayRecognizedArguments() : false; in GetIncludeRecognizedArguments()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h237 bool GetDisplayRecognizedArguments() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4758 bool TargetProperties::GetDisplayRecognizedArguments() const { in GetDisplayRecognizedArguments() function in TargetProperties