Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrame.h48 eExpressionPathOptionsAllowDirectIVarAccess = (1u << 4), enumerator
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp582 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess | in DoExecute()
H A DCommandObjectWatchpoint.cpp904 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess; in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp483 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess, in GetValueForVariablePath()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp566 if (!var_sp && (options & eExpressionPathOptionsAllowDirectIVarAccess)) { in GetValueForVariableExpressionPath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3553 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess, in GetFrameVarAsUnsigned()