Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp98 lldb::ValueObjectSP const_valobj_sp; in GetReturnValueObject() local
102 const_valobj_sp = return_valobj_sp; in GetReturnValueObject()
103 const_valobj_sp->SetName(persistent_variable_name); in GetReturnValueObject()
105 const_valobj_sp = in GetReturnValueObject()
110 return_valobj_sp = const_valobj_sp; in GetReturnValueObject()