Searched refs:block_range (Results 1 – 3 of 3) sorted by relevance
559 typedef iterator_range<block_iterator> block_range; typedef563 inline block_range blocks() { in blocks()564 return block_range(block_begin(), block_end()); in blocks()
566 block_range = block.range[frame.addr]567 if block_range:568 block_start_addr = block_range[0]
172 lldb_private::AddressRange block_range; in DumpStopContext() local173 if (inlined_block->GetRangeContainingAddress(addr, block_range)) in DumpStopContext()175 …const addr_t inlined_function_offset = addr.GetOffset() - block_range.GetBaseAddress().GetOffset(); in DumpStopContext()