Home | History | Annotate | Download | only in x86

Lines Matching refs:UnwindAssembly_x86

883 UnwindAssembly_x86::UnwindAssembly_x86 (const ArchSpec &arch, int cpu) : 
891 UnwindAssembly_x86::~UnwindAssembly_x86 ()
896 UnwindAssembly_x86::GetNonCallSiteUnwindPlanFromAssembly (AddressRange& func, Thread& thread, UnwindPlan& unwind_plan)
904 UnwindAssembly_x86::GetFastUnwindPlan (AddressRange& func, Thread& thread, UnwindPlan &unwind_plan)
912 UnwindAssembly_x86::FirstNonPrologueInsn (AddressRange& func, const ExecutionContext &exe_ctx, Address& first_non_prologue_insn)
919 UnwindAssembly_x86::CreateInstance (const ArchSpec &arch)
923 return new UnwindAssembly_x86 (arch, k_i386);
925 return new UnwindAssembly_x86 (arch, k_x86_64);
935 UnwindAssembly_x86::GetPluginName()
942 UnwindAssembly_x86::GetPluginVersion()
948 UnwindAssembly_x86::Initialize()
956 UnwindAssembly_x86::Terminate()
963 UnwindAssembly_x86::GetPluginNameStatic()
970 UnwindAssembly_x86::GetPluginDescriptionStatic()