Searched defs:unwind_plan (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp45 GetNonCallSiteUnwindPlanFromAssembly( AddressRange &func, Thread &thread, UnwindPlan &unwind_plan) argument
67 AugmentUnwindPlanFromCallSite( AddressRange &func, Thread &thread, UnwindPlan &unwind_plan) argument
170 GetFastUnwindPlan(AddressRange &func, Thread &thread, UnwindPlan &unwind_plan) argument
[all...]
H A Dx86AssemblyInspectionEngine.cpp901 GetNonCallSiteUnwindPlanFromAssembly( uint8_t *data, size_t size, AddressRange &func_range, UnwindPlan &unwind_plan) argument
1322 AugmentUnwindPlanFromCallSite( uint8_t *data, size_t size, AddressRange &func_range, UnwindPlan &unwind_plan, RegisterContextSP &reg_ctx) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp99 GetUnwindPlan(Target &target, const Address &addr, UnwindPlan &unwind_plan) argument
H A DUnwindPlan.cpp159 static void DumpRegisterName(Stream &s, const UnwindPlan *unwind_plan, argument
192 void UnwindPlan::Row::FAValue::Dump(Stream &s, const UnwindPlan *unwind_plan, argument
225 void UnwindPlan::Row::Dump(Stream &s, const UnwindPlan *unwind_plan, argument
93 Dump(Stream &s, const UnwindPlan *unwind_plan, const UnwindPlan::Row *row, Thread *thread, bool verbose) const argument
[all...]
H A DDWARFCallFrameInfo.cpp154 GetUnwindPlan(const Address &addr, UnwindPlan &unwind_plan) argument
159 GetUnwindPlan(const AddressRange &range, UnwindPlan &unwind_plan) argument
526 FDEToUnwindPlan(dw_offset_t dwarf_offset, Address startaddr, UnwindPlan &unwind_plan) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp116 CreateFunctionEntryUnwind( UnwindPlan &unwind_plan) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1198 bool ABISysV_hexagon::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
1219 bool ABISysV_hexagon::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.cpp308 bool ABISysV_msp430::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
326 bool ABISysV_msp430::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1789 bool ABIMacOSX_arm::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
1814 bool ABIMacOSX_arm::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
[all...]
H A DABISysV_arm.cpp1905 bool ABISysV_arm::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
1930 bool ABISysV_arm::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp358 bool ABIMacOSX_i386::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
380 bool ABIMacOSX_i386::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
[all...]
H A DABISysV_i386.cpp622 bool ABISysV_i386::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
644 bool ABISysV_i386::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
[all...]
H A DABISysV_x86_64.cpp857 bool ABISysV_x86_64::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
879 bool ABISysV_x86_64::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
[all...]
H A DABIWindows_x86_64.cpp739 bool ABIWindows_x86_64::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
759 bool ABIWindows_x86_64::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp342 bool ABIMacOSX_arm64::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
368 bool ABIMacOSX_arm64::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
[all...]
H A DABISysV_arm64.cpp315 bool ABISysV_arm64::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
340 bool ABISysV_arm64::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp36 GetNonCallSiteUnwindPlanFromAssembly( AddressRange &range, Thread &thread, UnwindPlan &unwind_plan) argument
53 GetNonCallSiteUnwindPlanFromAssembly( AddressRange &range, uint8_t *opcode_data, size_t opcode_size, UnwindPlan &unwind_plan) argument
308 AugmentUnwindPlanFromCallSite( AddressRange &func, Thread &thread, UnwindPlan &unwind_plan) argument
313 GetFastUnwindPlan(AddressRange &func, Thread &thread, UnwindPlan &unwind_plan) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp591 bool EmulateInstruction::CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp962 bool ABISysV_mips::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
983 bool ABISysV_mips::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
[all...]
H A DABISysV_mips64.cpp1134 bool ABISysV_mips64::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
1155 bool ABISysV_mips64::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1015 CreateFunctionEntryUnwind( UnwindPlan &unwind_plan) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp951 bool ABISysV_ppc64::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
986 bool ABISysV_ppc64::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp618 bool ABISysV_s390x::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
637 bool ABISysV_s390x::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp557 bool ABISysV_arc::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { argument
577 bool ABISysV_arc::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp438 CreateFunctionEntryUnwind( UnwindPlan &unwind_plan) argument

Completed in 247 milliseconds

12