Searched refs:CreateFunctionEntryUnwindPlan (Results 1 - 25 of 34) sorted by relevance

12

/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.h34 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
H A DABISysV_x86_64.h37 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
H A DABIWindows_x86_64.h37 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
H A DABISysV_i386.h40 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
H A DABIMacOSX_i386.cpp358 bool ABIMacOSX_i386::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { function in class:ABIMacOSX_i386
H A DABIWindows_x86_64.cpp739 bool ABIWindows_x86_64::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { function in class:ABIWindows_x86_64
H A DABISysV_i386.cpp622 bool ABISysV_i386::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { function in class:ABISysV_i386
/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.h31 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
H A DABISysV_arm64.h34 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
H A DABIMacOSX_arm64.cpp351 bool ABIMacOSX_arm64::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { function in class:ABIMacOSX_arm64
/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.h38 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
H A DABISysV_ppc.h38 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.h38 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
H A DABISysV_s390x.cpp618 bool ABISysV_s390x::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { function in class:ABISysV_s390x
/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.h38 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
H A DABISysV_mips.h38 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
H A DABISysV_mips.cpp924 bool ABISysV_mips::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { function in class:ABISysV_mips
/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.h50 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
H A DABISysV_hexagon.cpp1113 bool ABISysV_hexagon::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { function in class:ABISysV_hexagon
/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.h33 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
H A DABISysV_arm.h33 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.h53 CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override;
H A DABISysV_arc.cpp557 bool ABISysV_arc::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) { function in class:ABISysV_arc
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DABI.h99 virtual bool CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) = 0;
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DFuncUnwinders.cpp493 if (!abi->CreateFunctionEntryUnwindPlan(

Completed in 287 milliseconds

12