HomeSort by relevance Sort by last modified time
    Searched refs:UnwindAssemblyInstEmulation (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
Android.mk 12 UnwindAssemblyInstEmulation.cpp
UnwindAssemblyInstEmulation.cpp 1 //===-- 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::FirstNonPrologueInsn (AddressRange& func,
    [all...]
UnwindAssemblyInstEmulation.h 1 //===-- UnwindAssemblyInstEmulation.h ----------------------------*- C++ -*-===//
19 class UnwindAssemblyInstEmulation : public lldb_private::UnwindAssembly
24 ~UnwindAssemblyInstEmulation ()
126 UnwindAssemblyInstEmulation (const lldb_private::ArchSpec &arch,
  /external/lldb/source/
lldb.cpp 40 #include "Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h"
109 UnwindAssemblyInstEmulation::Initialize();
194 UnwindAssemblyInstEmulation::Terminate();

Completed in 52 milliseconds