Home
last modified time | relevance | path

Searched refs:CreateFunctionEntryUnwind (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
HDEmulateInstructionPPC64.h68 bool CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) override;
HDEmulateInstructionPPC64.cpp116 bool EmulateInstructionPPC64::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind() function in EmulateInstructionPPC64
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
HDEmulateInstructionARM64.h73 CreateFunctionEntryUnwind(lldb_private::UnwindPlan &unwind_plan) override;
HDEmulateInstructionARM64.cpp438 bool EmulateInstructionARM64::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind() function in EmulateInstructionARM64
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.h80 CreateFunctionEntryUnwind(lldb_private::UnwindPlan &unwind_plan) override;
HDEmulateInstructionMIPS64.cpp1015 bool EmulateInstructionMIPS64::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind() function in EmulateInstructionMIPS64
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.h88 CreateFunctionEntryUnwind(lldb_private::UnwindPlan &unwind_plan) override;
HDEmulateInstructionMIPS.cpp1126 bool EmulateInstructionMIPS::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind() function in EmulateInstructionMIPS
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDEmulateInstruction.h390 virtual bool CreateFunctionEntryUnwind(UnwindPlan &unwind_plan);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDEmulateInstruction.cpp591 bool EmulateInstruction::CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) { in CreateFunctionEntryUnwind() function in EmulateInstruction
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.h141 bool CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) override;
HDEmulateInstructionARM.cpp14457 bool EmulateInstructionARM::CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) { in CreateFunctionEntryUnwind() function in EmulateInstructionARM
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
HDUnwindAssemblyInstEmulation.cpp64 m_inst_emulator_up->CreateFunctionEntryUnwind(unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()