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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp333 const addr_t block_start_addr = function_file_addr + range.GetRangeBase(); local
345 GetID(), (uint32_t)m_ranges.GetSize(), block_start_addr,
354 GetID(), (uint32_t)m_ranges.GetSize(), block_start_addr,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2803 lldb::addr_t block_start_addr = addr - (addr % blocksize);
2804 size += (addr - block_start_addr);
2808 FlashRange range(block_start_addr, size);

Completed in 176 milliseconds