Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h400 m_plan_is_valid_at_all_instruction_locations(eLazyBoolCalculate), in UnwindPlan()
410 m_plan_is_valid_at_all_instruction_locations( in UnwindPlan()
411 rhs.m_plan_is_valid_at_all_instruction_locations), in UnwindPlan()
485 return m_plan_is_valid_at_all_instruction_locations; in GetUnwindPlanValidAtAllInstructions()
492 m_plan_is_valid_at_all_instruction_locations = valid_at_all_insn; in SetUnwindPlanValidAtAllInstructions()
514 m_plan_is_valid_at_all_instruction_locations = eLazyBoolCalculate; in Clear()
545 lldb_private::LazyBool m_plan_is_valid_at_all_instruction_locations; variable
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp524 switch (m_plan_is_valid_at_all_instruction_locations) { in Dump()