Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h50 eExpressionPathOptionsAllowDirectIVarAccess = (1u << 4), enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp577 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess | in DoExecute()
H A DCommandObjectWatchpoint.cpp842 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess; in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp485 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess, in GetValueForVariablePath()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp566 if (!var_sp && (options & eExpressionPathOptionsAllowDirectIVarAccess)) { in GetValueForVariableExpressionPath()