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()288 M.UnfinalizedSections[H] = std::move(M.SectionsAllocatedSinceLastLoad); in operator()289 M.SectionsAllocatedSinceLastLoad = SectionAddrSet(); in operator()347 SectionAddrSet SectionsAllocatedSinceLastLoad; variable