Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h49 eExpressionPathOptionsAllowDirectIVarAccess = (1u << 4), enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp610 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess | in DoExecute()
H A DCommandObjectWatchpoint.cpp881 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess; in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp610 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess, in GetValueForVariablePath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp545 if (!var_sp && (options & eExpressionPathOptionsAllowDirectIVarAccess)) { in GetValueForVariableExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3666 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess, in GetFrameVarAsUnsigned()