Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DStackFrame.h40 eExpressionPathOptionsAllowDirectIVarAccess = (1u << 4) enumerator
/external/lldb/source/Commands/
DCommandObjectFrame.cpp475 … StackFrame::eExpressionPathOptionsAllowDirectIVarAccess; in DoExecute()
DCommandObjectWatchpoint.cpp1028 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess; in DoExecute()
/external/lldb/source/Expression/
DClangUserExpression.cpp580 … StackFrame::eExpressionPathOptionsAllowDirectIVarAccess || in GetObjectPointer()
DClangExpressionDeclMap.cpp1222 … StackFrame::eExpressionPathOptionsAllowDirectIVarAccess || in FindExternalVisibleDecls()
/external/lldb/source/Target/
DStackFrame.cpp602 else if (options & eExpressionPathOptionsAllowDirectIVarAccess) in GetValueForVariableExpressionPath()
/external/lldb/source/API/
DSBFrame.cpp696 …e::eExpressionPathOptionCheckPtrVsMember | StackFrame::eExpressionPathOptionsAllowDirectIVarAccess, in GetValueForVariablePath()