Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DABI.cpp112 ExpressionVariableSP expr_variable_sp( in GetReturnValueObject() local
116 assert(expr_variable_sp); in GetReturnValueObject()
128 expr_variable_sp->m_flags |= in GetReturnValueObject()
130 expr_variable_sp->m_flags |= in GetReturnValueObject()
132 expr_variable_sp->m_flags |= in GetReturnValueObject()
136 expr_variable_sp->m_live_sp = live_valobj_sp; in GetReturnValueObject()
137 expr_variable_sp->m_flags |= in GetReturnValueObject()
142 return_valobj_sp = expr_variable_sp->GetValueObject(); in GetReturnValueObject()