Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp113 ExpressionVariableSP expr_variable_sp( in GetReturnValueObject() local
117 assert(expr_variable_sp); in GetReturnValueObject()
131 expr_variable_sp->m_flags |= in GetReturnValueObject()
133 expr_variable_sp->m_flags |= in GetReturnValueObject()
135 expr_variable_sp->m_flags |= in GetReturnValueObject()
139 expr_variable_sp->m_live_sp = live_valobj_sp; in GetReturnValueObject()
140 expr_variable_sp->m_flags |= in GetReturnValueObject()
145 return_valobj_sp = expr_variable_sp->GetValueObject(); in GetReturnValueObject()