Searched defs:block_range (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h559 typedef iterator_range<block_iterator> block_range; typedef in class:llvm::Region
563 inline block_range blocks() {
564 return block_range(block_begin(), block_end());
/external/lldb/source/Symbol/
H A DSymbolContext.cpp172 lldb_private::AddressRange block_range; local
173 if (inlined_block->GetRangeContainingAddress(addr, block_range))
175 const addr_t inlined_function_offset = addr.GetOffset() - block_range.GetBaseAddress().GetOffset();

Completed in 86 milliseconds