Searched refs:GetSectionLoadList (Results 1 – 2 of 2) sorted by relevance
549 GetSectionLoadList().ResolveLoadAddress(addr, so_addr); in CreateBreakpoint()2010 SectionLoadList §ion_load_list = GetSectionLoadList(); in ReadMemory()2307 SectionLoadList §ion_load_list = GetSectionLoadList(); in ReadPointerFromMemory()5191 bool Target::HasLoadedSections() { return !GetSectionLoadList().IsEmpty(); } in HasLoadedSections()5194 return GetSectionLoadList().GetSectionLoadAddress(section_sp); in GetSectionLoadAddress()5197 void Target::ClearSectionLoadList() { GetSectionLoadList().Clear(); } in ClearSectionLoadList()5200 GetSectionLoadList().Dump(s, this); in DumpSectionLoadList()
1706 SectionLoadList &GetSectionLoadList() { in GetSectionLoadList() function