Lines Matching refs:addr_t
557 std::vector<lldb::addr_t> &addr_cache;
568 SymbolIndexComparator(const std::vector<Symbol>& s, std::vector<lldb::addr_t> &a) : symbols(s), addr_cache(a) {
572 addr_t value_a = addr_cache[index_a];
579 addr_t value_b = addr_cache[index_b];
619 std::vector<lldb::addr_t> addr_cache(m_symbols.size(), LLDB_INVALID_ADDRESS);
863 const addr_t file_addr;
866 addr_t match_offset;
876 const addr_t info_file_addr = info->file_addr;
882 const addr_t curr_file_addr = curr_symbol->GetAddress().GetFileAddress();
902 const addr_t info_file_addr = info->file_addr;
905 const addr_t curr_file_addr = symbol->GetAddress().GetFileAddress();
925 FindIndexPtrForSymbolContainingAddress(Symtab* symtab, addr_t file_addr, const uint32_t* indexes, uint32_t num_indexes)
980 const lldb::addr_t end_section_file_addr = section_sp->GetFileAddress() + section_sp->GetByteSize();
981 const lldb::addr_t symbol_file_addr = entry.GetRangeBase();
1021 const addr_t range_size = entry.GetByteSize();
1032 Symtab::FindSymbolContainingFileAddress (addr_t file_addr, const uint32_t* indexes, uint32_t num_indexes)
1071 Symtab::FindSymbolContainingFileAddress (addr_t file_addr)