Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h383 m_plan_is_valid_at_all_instruction_locations(eLazyBoolCalculate), in UnwindPlan()
394 m_plan_is_valid_at_all_instruction_locations( in UnwindPlan()
395 rhs.m_plan_is_valid_at_all_instruction_locations), in UnwindPlan()
469 return m_plan_is_valid_at_all_instruction_locations; in GetUnwindPlanValidAtAllInstructions()
476 m_plan_is_valid_at_all_instruction_locations = valid_at_all_insn; in SetUnwindPlanValidAtAllInstructions()
498 m_plan_is_valid_at_all_instruction_locations = eLazyBoolCalculate; in Clear()
529 lldb_private::LazyBool m_plan_is_valid_at_all_instruction_locations; variable
/external/llvm-project/lldb/source/Symbol/
DUnwindPlan.cpp519 switch (m_plan_is_valid_at_all_instruction_locations) { in Dump()