Home
last modified time | relevance | path

Searched refs:PagesMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp672 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()
H A DSyntheticSections.h327 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> PagesMap; member