Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDStackFrame.h50 eExpressionPathOptionsAllowDirectIVarAccess = (1u << 4), enumerator
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectWatchpoint.cpp842 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess; in DoExecute()
HDCommandObjectFrame.cpp577 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess | in DoExecute()
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBFrame.cpp485 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess, in GetValueForVariablePath()
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDStackFrame.cpp566 if (!var_sp && (options & eExpressionPathOptionsAllowDirectIVarAccess)) { in GetValueForVariableExpressionPath()