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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h385 m_plan_is_valid_at_all_instruction_locations(eLazyBoolCalculate),
396 m_plan_is_valid_at_all_instruction_locations(
397 rhs.m_plan_is_valid_at_all_instruction_locations),
470 return m_plan_is_valid_at_all_instruction_locations;
477 m_plan_is_valid_at_all_instruction_locations = valid_at_all_insn;
499 m_plan_is_valid_at_all_instruction_locations = eLazyBoolCalculate;
530 lldb_private::LazyBool m_plan_is_valid_at_all_instruction_locations; member in class:lldb_private::UnwindPlan
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp521 switch (m_plan_is_valid_at_all_instruction_locations) {

Completed in 174 milliseconds