Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DUnwindTable.cpp71 FuncUnwindersSP
74 FuncUnwindersSP no_unwind_found; in GetFuncUnwindersContainingAddress()
103 FuncUnwindersSP func_unwinder_sp(new FuncUnwinders(*this, m_assembly_profiler, range)); in GetFuncUnwindersContainingAddress()
114 FuncUnwindersSP
117 FuncUnwindersSP no_unwind_found; in GetUncachedFuncUnwindersContainingAddress()
130 FuncUnwindersSP func_unwinder_sp(new FuncUnwinders(*this, m_assembly_profiler, range)); in GetUncachedFuncUnwindersContainingAddress()
/external/lldb/include/lldb/Symbol/
DUnwindTable.h33 lldb::FuncUnwindersSP
42 lldb::FuncUnwindersSP
51 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection;
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp583FuncUnwindersSP func_unwinders_sp (pc_module_sp->GetObjectFile()->GetUnwindTable().GetFuncUnwinder… in GetFastUnwindPlanForFrame()
676 FuncUnwindersSP func_unwinders_sp; in GetFullUnwindPlanForFrame()
1252 FuncUnwindersSP func_unwinders_sp; in InvalidateFullUnwindPlan()
/external/lldb/include/lldb/
Dlldb-forward.h289 typedef std::shared_ptr<lldb_private::FuncUnwinders> FuncUnwindersSP; typedef
/external/lldb/source/Commands/
DCommandObjectTarget.cpp3616FuncUnwindersSP func_unwinders_sp (sc.module_sp->GetObjectFile()->GetUnwindTable().GetUncachedFunc… in DoExecute()