Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp909 unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolYes) { in GetFullUnwindPlanForFrame()
947 if (unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) { in GetFullUnwindPlanForFrame()
1016 unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) { in GetFullUnwindPlanForFrame()
1423 m_full_unwind_plan_sp->GetSourcedFromCompiler() != eLazyBoolYes && in SavedLocationForRegister()
1711 if (m_full_unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolYes) in TryFallbackUnwindPlan()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h475 lldb_private::LazyBool GetSourcedFromCompiler() const { in GetSourcedFromCompiler() function