Home
last modified time | relevance | path

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

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