Home
last modified time | relevance | path

Searched refs:SetIncludeStatics (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBVariablesOptions.cpp52 void SetIncludeStatics(bool b) { m_include_statics = b; } in SetIncludeStatics() function in VariablesOptionsImpl
154 void SBVariablesOptions::SetIncludeStatics(bool statics) { in SetIncludeStatics() function in SBVariablesOptions
157 m_opaque_up->SetIncludeStatics(statics); in SetIncludeStatics()
H A DSBFrame.cpp747 options.SetIncludeStatics(statics); in GetVariables()
772 options.SetIncludeStatics(statics); in GetVariables()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBVariablesOptions.i50 SetIncludeStatics (bool);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBVariablesOptions.h47 void SetIncludeStatics(bool);
/llvm-project-15.0.7/lldb/test/API/lang/objcxx/hide-runtime-values/
H A DTestObjCXXHideRuntimeValues.py19 var_opts.SetIncludeStatics(False)
/llvm-project-15.0.7/lldb/test/API/lang/c/vla/
H A DTestVLA.py20 var_opts.SetIncludeStatics(False)
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_expression/
H A DTestExitDuringExpression.py65 var_options.SetIncludeStatics(True)