Home | History | Annotate | Download | only in Symbol

Lines Matching defs:FuncUnwinders

1 //===-- FuncUnwinders.cpp ----------------------------------*- C++ -*-===//
12 #include "lldb/Symbol/FuncUnwinders.h"
28 FuncUnwinders::FuncUnwinders
51 FuncUnwinders::~FuncUnwinders ()
56 FuncUnwinders::GetUnwindPlanAtCallSite (int current_offset)
99 FuncUnwinders::GetUnwindPlanAtNonCallSite (Thread& thread)
125 FuncUnwinders::GetUnwindPlanFastUnwind (Thread& thread)
151 FuncUnwinders::GetUnwindPlanArchitectureDefault (Thread& thread)
187 FuncUnwinders::GetUnwindPlanArchitectureDefaultAtFunctionEntry (Thread& thread)
224 FuncUnwinders::GetFirstNonPrologueInsn (Target& target)
234 FuncUnwinders::GetFunctionStartAddress () const
240 FuncUnwinders::InvalidateNonCallSiteUnwindPlan (lldb_private::Thread& thread)