Searched refs:AddressToSection (Results 1 – 2 of 2) sorted by relevance
1910 auto SI = AddressToSection.upper_bound(Address); in getSectionForAddress()1911 if (SI != AddressToSection.begin()) { in getSectionForAddress()1936 AddressToSection.insert(std::make_pair(Section->getAddress(), Section)); in registerSection()1984 auto Range = AddressToSection.equal_range(SectionPtr->getAddress()); in deregisterSection()1987 AddressToSection.erase(Range.first); in deregisterSection()
172 AddressToSectionMapType AddressToSection; variable