Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp828 unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolYes) { in GetFullUnwindPlanForFrame()
863 if (unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) { in GetFullUnwindPlanForFrame()
914 unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) { in GetFullUnwindPlanForFrame()
1297 m_full_unwind_plan_sp->GetSourcedFromCompiler() != eLazyBoolYes && in SavedLocationForRegister()
1584 if (m_full_unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolYes) in TryFallbackUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h445 lldb_private::LazyBool GetSourcedFromCompiler() const { in GetSourcedFromCompiler() function