Searched refs:SectionsAllocatedSinceLastLoad (Results 1 – 1 of 1) sorted by relevance
44 M.SectionsAllocatedSinceLastLoad.insert(Addr); in allocateCodeSection()53 M.SectionsAllocatedSinceLastLoad.insert(Addr); in allocateDataSection()287 M.UnfinalizedSections[H] = std::move(M.SectionsAllocatedSinceLastLoad); in operator()288 M.SectionsAllocatedSinceLastLoad = SectionAddrSet(); in operator()346 SectionAddrSet SectionsAllocatedSinceLastLoad; variable