| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 67 bool CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) override;
|
| H A D | EmulateInstructionPPC64.cpp | 116 bool EmulateInstructionPPC64::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind() function in EmulateInstructionPPC64
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 72 CreateFunctionEntryUnwind(lldb_private::UnwindPlan &unwind_plan) override;
|
| H A D | EmulateInstructionARM64.cpp | 438 bool EmulateInstructionARM64::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind() function in EmulateInstructionARM64
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 79 CreateFunctionEntryUnwind(lldb_private::UnwindPlan &unwind_plan) override;
|
| H A D | EmulateInstructionMIPS64.cpp | 1013 bool EmulateInstructionMIPS64::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind() function in EmulateInstructionMIPS64
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 87 CreateFunctionEntryUnwind(lldb_private::UnwindPlan &unwind_plan) override;
|
| H A D | EmulateInstructionMIPS.cpp | 1124 bool EmulateInstructionMIPS::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind() function in EmulateInstructionMIPS
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 380 virtual bool CreateFunctionEntryUnwind(UnwindPlan &unwind_plan);
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | EmulateInstruction.cpp | 581 bool EmulateInstruction::CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) { in CreateFunctionEntryUnwind() function in EmulateInstruction
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 141 bool CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) override;
|
| H A D | EmulateInstructionARM.cpp | 14487 bool EmulateInstructionARM::CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) { in CreateFunctionEntryUnwind() function in EmulateInstructionARM
|
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 64 m_inst_emulator_up->CreateFunctionEntryUnwind(unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()
|