Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp112 ExpressionVariableSP expr_variable_sp( in GetReturnValueObject() local
116 assert(expr_variable_sp); in GetReturnValueObject()
130 expr_variable_sp->m_flags |= in GetReturnValueObject()
132 expr_variable_sp->m_flags |= in GetReturnValueObject()
134 expr_variable_sp->m_flags |= in GetReturnValueObject()
138 expr_variable_sp->m_live_sp = live_valobj_sp; in GetReturnValueObject()
139 expr_variable_sp->m_flags |= in GetReturnValueObject()
144 return_valobj_sp = expr_variable_sp->GetValueObject(); in GetReturnValueObject()