Home
last modified time | relevance | path

Searched refs:inline_range (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOut.cpp444 AddressRange inline_range; in QueueInlinedStepPlan() local
445 if (inlined_block->GetRangeAtIndex(0, inline_range)) { in QueueInlinedStepPlan()
454 m_thread, inline_range, inlined_sc, run_mode, avoid_no_debug)); in QueueInlinedStepPlan()
469 if (inlined_block->GetRangeAtIndex(i, inline_range)) in QueueInlinedStepPlan()
470 step_through_inline_plan_ptr->AddRange(inline_range); in QueueInlinedStepPlan()
H A DThreadPlanStepOverRange.cpp255 AddressRange inline_range; in ShouldStop() local
257 inline_range); in ShouldStop()
258 if (!inline_range.ContainsFileAddress(cur_address)) { in ShouldStop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp479 AddressRange inline_range; in DumpAddressOffsetFromFunction() local
482 inline_range)) in DumpAddressOffsetFromFunction()
483 func_addr = inline_range.GetBaseAddress(); in DumpAddressOffsetFromFunction()