Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp91 addr_to_sect_collection::iterator ats_pos = m_addr_to_sect.find(load_addr); in SetSectionLoadAddress()
174 addr_to_sect_collection::iterator ats_pos = in SetSectionUnloaded()
210 addr_to_sect_collection::iterator ats_pos = m_addr_to_sect.find(load_addr); in SetSectionUnloaded()
224 addr_to_sect_collection::const_iterator pos = in ResolveLoadAddress()
242 addr_to_sect_collection::const_reverse_iterator rpos = in ResolveLoadAddress()
262 addr_to_sect_collection::const_iterator pos, end; in Dump()
/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadList.h64 typedef std::map<lldb::addr_t, lldb::SectionSP> addr_to_sect_collection; typedef
66 addr_to_sect_collection m_addr_to_sect;