Home
last modified time | relevance | path

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

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