Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp463 AddressRange inline_range; in QueueInlinedStepPlan() local
464 if (inlined_block->GetRangeAtIndex(0, inline_range)) { in QueueInlinedStepPlan()
474 thread, inline_range, inlined_sc, run_mode, avoid_no_debug); in QueueInlinedStepPlan()
489 if (inlined_block->GetRangeAtIndex(i, inline_range)) in QueueInlinedStepPlan()
490 step_through_inline_plan_ptr->AddRange(inline_range); in QueueInlinedStepPlan()
H A DThreadPlanStepOverRange.cpp259 AddressRange inline_range; in ShouldStop() local
261 inline_range); in ShouldStop()
262 if (!inline_range.ContainsFileAddress(cur_address)) { in ShouldStop()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp456 AddressRange inline_range; in DumpAddressOffsetFromFunction() local
458 format_addr, inline_range)) in DumpAddressOffsetFromFunction()
459 func_addr = inline_range.GetBaseAddress(); in DumpAddressOffsetFromFunction()