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

/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DRegionInfo.h605 typedef iterator_range<block_iterator> block_range; typedef in class:llvm::RegionBase
609 inline block_range blocks() {
610 return block_range(block_begin(), block_end());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp197 lldb_private::AddressRange block_range; local
198 if (inlined_block->GetRangeContainingAddress(addr, block_range))
200 const addr_t inlined_function_offset = addr.GetOffset() - block_range.GetBaseAddress().GetOffset();

Completed in 58 milliseconds