Searched refs:UnwindAssemblyInstEmulation (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DAndroid.mk12 UnwindAssemblyInstEmulation.cpp
H A DUnwindAssemblyInstEmulation.cpp1 //===-- UnwindAssemblyInstEmulation.cpp --------------------------*- C++ -*-===//
10 #include "UnwindAssemblyInstEmulation.h"
32 // UnwindAssemblyInstEmulation method definitions
36 UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly (AddressRange& range,
202 log->Printf("UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly -- pc is <same>, restore prologue instructions.");
212 log->Printf("UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly -- lr is <same>, restore prologue instruction if the next instruction is a branch immediate.");
227 log->Printf("UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly -- Reinstating prologue instruction set");
261 log->Printf("UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly -- saving a copy of the current row as the prologue row.");
286 UnwindAssemblyInstEmulation::GetFastUnwindPlan (AddressRange& func,
294 UnwindAssemblyInstEmulation
[all...]
H A DUnwindAssemblyInstEmulation.h1 //===-- UnwindAssemblyInstEmulation.h ----------------------------*- C++ -*-===//
19 class UnwindAssemblyInstEmulation : public lldb_private::UnwindAssembly class in inherits:lldb_private::UnwindAssembly
24 ~UnwindAssemblyInstEmulation ()
126 UnwindAssemblyInstEmulation (const lldb_private::ArchSpec &arch, function in class:UnwindAssemblyInstEmulation
/external/lldb/source/
H A Dlldb.cpp40 #include "Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h"
109 UnwindAssemblyInstEmulation::Initialize();
194 UnwindAssemblyInstEmulation::Terminate();

Completed in 92 milliseconds