Searched refs:SectionsAllocatedSinceLastLoad (Results 1 – 2 of 2) sorted by relevance
44 M.SectionsAllocatedSinceLastLoad.insert(Addr); in allocateCodeSection()53 M.SectionsAllocatedSinceLastLoad.insert(Addr); in allocateDataSection()299 M.UnfinalizedSections[H] = std::move(M.SectionsAllocatedSinceLastLoad); in operator()300 M.SectionsAllocatedSinceLastLoad = SectionAddrSet(); in operator()369 SectionAddrSet SectionsAllocatedSinceLastLoad; variable
73 M.SectionsAllocatedSinceLastLoad.insert(Addr); in allocateCodeSection()82 M.SectionsAllocatedSinceLastLoad.insert(Addr); in allocateDataSection()430 M.UnfinalizedSections[K] = std::move(M.SectionsAllocatedSinceLastLoad); in operator()431 M.SectionsAllocatedSinceLastLoad = SectionAddrSet(); in operator()491 SectionAddrSet SectionsAllocatedSinceLastLoad; variable