Searched refs:block_range (Results 1 – 2 of 2) sorted by relevance
606 typedef iterator_range<block_iterator> block_range;610 inline block_range blocks() {611 return block_range(block_begin(), block_end());
197 lldb_private::AddressRange block_range; in DumpStopContext() local198 if (inlined_block->GetRangeContainingAddress(addr, block_range)) in DumpStopContext()200 …const addr_t inlined_function_offset = addr.GetOffset() - block_range.GetBaseAddress().GetOffset(); in DumpStopContext()