Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Analysis/
HDRegionInfo.h606 typedef iterator_range<block_iterator> block_range;
610 inline block_range blocks() {
611 return block_range(block_begin(), block_end());
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymbolContext.cpp197 lldb_private::AddressRange block_range; in DumpStopContext() local
198 if (inlined_block->GetRangeContainingAddress(addr, block_range)) in DumpStopContext()
200 …const addr_t inlined_function_offset = addr.GetOffset() - block_range.GetBaseAddress().GetOffset(); in DumpStopContext()