Home
last modified time | relevance | path

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

/external/elfutils/backends/
Ds390_unwind.c69 Dwarf_Word this_sp; in s390_unwind() local
70 if (! getfunc (0 + 15, 1, &this_sp, arg)) in s390_unwind()
73 Dwarf_Addr next_cfa = this_sp + 16 * word_size + 32; in s390_unwind()
/external/llvm-project/lldb/include/lldb/Utility/
DSharedCluster.h42 auto this_sp = this->shared_from_this(); in GetSharedPointer() local
47 return {std::move(this_sp), desired_object}; in GetSharedPointer()
/external/llvm-project/lldb/source/API/
DSBFrame.cpp698 lldb::StackFrameSP this_sp = GetFrameSP(); in IsEqual() local
700 return (this_sp && that_sp && this_sp->GetStackID() == that_sp->GetStackID()); in IsEqual()