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