Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DRegionInfo.h559 typedef iterator_range<block_iterator> block_range; typedef
563 inline block_range blocks() { in blocks()
564 return block_range(block_begin(), block_end()); in blocks()
/external/lldb/examples/python/
Dcrashlog.py566 block_range = block.range[frame.addr]
567 if block_range:
568 block_start_addr = block_range[0]
/external/lldb/source/Symbol/
DSymbolContext.cpp172 lldb_private::AddressRange block_range; in DumpStopContext() local
173 if (inlined_block->GetRangeContainingAddress(addr, block_range)) in DumpStopContext()
175 …const addr_t inlined_function_offset = addr.GetOffset() - block_range.GetBaseAddress().GetOffset(); in DumpStopContext()