Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp99 lldb::ValueObjectSP const_valobj_sp; in GetReturnValueObject() local
103 const_valobj_sp = return_valobj_sp; in GetReturnValueObject()
104 const_valobj_sp->SetName(persistent_variable_name); in GetReturnValueObject()
106 const_valobj_sp = in GetReturnValueObject()
111 return_valobj_sp = const_valobj_sp; in GetReturnValueObject()