Searched refs:memRegion (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp103 static void expandMemoryRegion(MemoryRegion *memRegion, uint64_t size, argument
105 memRegion->curPos += size;
106 uint64_t newSize = memRegion->curPos - (memRegion->origin)().getValue();
107 uint64_t length = (memRegion->length)().getValue();
114 if (ctx->memRegion)
115 expandMemoryRegion(ctx->memRegion, size, ctx->memRegion->name,
117 // Only expand the LMARegion if it is different from memRegion.
118 if (ctx->lmaRegion && ctx->memRegion !
[all...]
H A DOutputSections.h79 MemoryRegion *memRegion = nullptr; member in class:lld::elf::final
H A DLinkerScript.h238 MemoryRegion *memRegion = nullptr; member in struct:lld::elf::final::AddressState
H A DWriter.cpp2357 sec->memRegion == load->firstSec->memRegion &&

Completed in 108 milliseconds