Searched refs:PagesMap (Results 1 – 2 of 2) sorted by relevance
672 G.PagesMap.insert({OS, {}}); in addEntry()702 for (const std::pair<const OutputSection *, FileGot::PageBlock> &P : PagesMap) in getPageEntriesNum()734 Index = G.PagesMap.lookup(OutSec).FirstIndex + (SymAddr - SecAddr) / 0xffff; in getPageEntryOffset()784 set_union(Tmp.PagesMap, Src.PagesMap); in tryMergeGots()852 Got.PagesMap) { in build()903 Got.PagesMap) { in build()981 Got.PagesMap) { in build()1041 G.PagesMap) { in writeTo()
327 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> PagesMap; member