| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIAArch64.cpp | 226 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 248 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 740 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateUnwindPlan_x86_64() 1007 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateUnwindPlan_i386() 1299 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateUnwindPlan_arm64() 1427 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateUnwindPlan_armv7()
|
| H A D | ArmUnwindInfo.cpp | 345 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in GetUnwindPlan()
|
| H A D | DWARFCallFrameInfo.cpp | 180 result->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in GetUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/ |
| H A D | ABISysV_msp430.cpp | 339 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.cpp | 129 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolYes); in CreateFunctionEntryUnwind()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIMacOSX_i386.cpp | 401 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| H A D | ABISysV_i386.cpp | 667 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| H A D | ABIWindows_x86_64.cpp | 785 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| H A D | ABISysV_x86_64.cpp | 907 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 513 void SetUnwindPlanValidAtAllInstructions( in SetUnwindPlanValidAtAllInstructions() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.cpp | 1316 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolYes); in GetNonCallSiteUnwindPlanFromAssembly() 1548 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolYes); in AugmentUnwindPlanFromCallSite()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 656 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in ParseCFIUnwindPlan() 696 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in ParseWinUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
| H A D | ABISysV_hexagon.cpp | 1234 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/LoongArch/ |
| H A D | ABISysV_loongarch.cpp | 579 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 987 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| H A D | ABISysV_mips64.cpp | 1160 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 900 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| H A D | ABISysV_ppc64.cpp | 1019 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
| H A D | ABISysV_riscv.cpp | 764 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 453 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolYes); in CreateFunctionEntryUnwind()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABIMacOSX_arm.cpp | 1824 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| H A D | ABISysV_arm.cpp | 1940 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.cpp | 1035 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolYes); in CreateFunctionEntryUnwind()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.cpp | 1145 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolYes); in CreateFunctionEntryUnwind()
|