Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DStackFrame.h48 eExpressionPathOptionsAllowDirectIVarAccess = (1u << 4), enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp579 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess | in DoExecute()
DCommandObjectWatchpoint.cpp908 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess; in DoExecute()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DStackFrame.cpp552 if (!var_sp && (options & eExpressionPathOptionsAllowDirectIVarAccess)) { in GetValueForVariableExpressionPath()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBFrame.cpp491 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess, in GetValueForVariablePath()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp3566 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess, in GetFrameVarAsUnsigned()