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.cpp933 unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolYes) { in GetFullUnwindPlanForFrame()
971 if (unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) { in GetFullUnwindPlanForFrame()
1039 unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) { in GetFullUnwindPlanForFrame()
1447 m_full_unwind_plan_sp->GetSourcedFromCompiler() != eLazyBoolYes && in SavedLocationForRegister()
1738 if (m_full_unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolYes) in TryFallbackUnwindPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h473 lldb_private::LazyBool GetSourcedFromCompiler() const { in GetSourcedFromCompiler() function