Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp911 unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolYes) { in GetFullUnwindPlanForFrame()
949 if (unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) { in GetFullUnwindPlanForFrame()
1018 unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) { in GetFullUnwindPlanForFrame()
1730 if (m_full_unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolYes) in TryFallbackUnwindPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h496 lldb_private::LazyBool GetSourcedFromCompiler() const { in GetSourcedFromCompiler() function