Searched defs:addr_cache (Results 1 – 4 of 4) sorted by relevance
74 struct nl_cache *link_cache, *addr_cache; in main() local
115 struct nl_cache *link_cache, *addr_cache; in main() local
557 std::vector<lldb::addr_t> &addr_cache; member619 std::vector<lldb::addr_t> addr_cache(m_symbols.size(), LLDB_INVALID_ADDRESS); in SortSymbolIndexesByValue() local
463 VCDiffAddressCache* addr_cache() { return addr_cache_.get(); } in addr_cache() function in open_vcdiff::VCDiffStreamingDecoderImpl