Home
last modified time | relevance | path

Searched refs:GetSourcedFromCompiler (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp818 unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolYes) { in GetFullUnwindPlanForFrame()
856 if (unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) { in GetFullUnwindPlanForFrame()
925 unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) { in GetFullUnwindPlanForFrame()
1309 m_full_unwind_plan_sp->GetSourcedFromCompiler() != eLazyBoolYes && in SavedLocationForRegister()
1597 if (m_full_unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolYes) in TryFallbackUnwindPlan()
/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h457 lldb_private::LazyBool GetSourcedFromCompiler() const { in GetSourcedFromCompiler() function
/external/llvm-project/lldb/unittests/UnwindAssembly/x86/
DTestx86AssemblyInspectionEngine.cpp169 EXPECT_TRUE(unwind_plan.GetSourcedFromCompiler() == eLazyBoolNo); in TEST_F()
245 EXPECT_TRUE(unwind_plan.GetSourcedFromCompiler() == eLazyBoolNo); in TEST_F()
2691 EXPECT_TRUE(unwind_plan.GetSourcedFromCompiler() == eLazyBoolNo); in TEST_F()