Home
last modified time | relevance | path

Searched refs:eExpressionPathOptionsAllowDirectIVarAccess (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp171 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess, var_sp, in DoExecute()
H A DCommandObjectWatchpoint.cpp841 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess; in DoExecute()
H A DCommandObjectFrame.cpp603 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess | in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h51 eExpressionPathOptionsAllowDirectIVarAccess = (1u << 4), enumerator
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp486 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess, in GetValueForVariablePath()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp627 if (!var_sp && (options & eExpressionPathOptionsAllowDirectIVarAccess)) { in LegacyGetValueForVariableExpressionPath()