Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.h69 bool CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) override;
DEmulateInstructionPPC64.cpp126 bool EmulateInstructionPPC64::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind() function in EmulateInstructionPPC64
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h74 CreateFunctionEntryUnwind(lldb_private::UnwindPlan &unwind_plan) override;
DEmulateInstructionARM64.cpp448 bool EmulateInstructionARM64::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind() function in EmulateInstructionARM64
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h81 CreateFunctionEntryUnwind(lldb_private::UnwindPlan &unwind_plan) override;
DEmulateInstructionMIPS64.cpp1029 bool EmulateInstructionMIPS64::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind() function in EmulateInstructionMIPS64
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h89 CreateFunctionEntryUnwind(lldb_private::UnwindPlan &unwind_plan) override;
DEmulateInstructionMIPS.cpp1136 bool EmulateInstructionMIPS::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind() function in EmulateInstructionMIPS
/external/llvm-project/lldb/include/lldb/Core/
DEmulateInstruction.h380 virtual bool CreateFunctionEntryUnwind(UnwindPlan &unwind_plan);
/external/llvm-project/lldb/source/Core/
DEmulateInstruction.cpp582 bool EmulateInstruction::CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) { in CreateFunctionEntryUnwind() function in EmulateInstruction
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp63 m_inst_emulator_up->CreateFunctionEntryUnwind(unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h144 bool CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) override;
DEmulateInstructionARM.cpp14494 bool EmulateInstructionARM::CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) { in CreateFunctionEntryUnwind() function in EmulateInstructionARM