Searched refs:pagesMap (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp679 g.pagesMap.insert({os, {}});
709 for (const std::pair<const OutputSection *, FileGot::PageBlock> &p : pagesMap)
741 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff;
791 set_union(tmp.pagesMap, src.pagesMap);
859 got.pagesMap) {
910 got.pagesMap) {
912 // and save into pagesMap an upper bound of MIPS GOT entries required
988 got.pagesMap) {
1045 g.pagesMap) {
[all...]
H A DSyntheticSections.h339 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> pagesMap; member in struct:lld::elf::final::FileGot

Completed in 216 milliseconds