Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBVariablesOptions.cpp39 return target_sp ? target_sp->GetDisplayRecognizedArguments() : false; in GetIncludeRecognizedArguments()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h229 bool GetDisplayRecognizedArguments() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4654 bool TargetProperties::GetDisplayRecognizedArguments() const { in GetDisplayRecognizedArguments() function in TargetProperties