Home
last modified time | relevance | path

Searched refs:memoryRegions (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp541 if (ctx.script->memoryRegions.count(alias)) in readRegionAlias()
543 if (!ctx.script->memoryRegions.count(name)) in readRegionAlias()
545 ctx.script->memoryRegions.insert({alias, ctx.script->memoryRegions[name]}); in readRegionAlias()
1590 if (ctx.script->memoryRegions.count(name) == 0) { in readPrimary()
1594 return ctx.script->memoryRegions[name]->length; in readPrimary()
1626 if (ctx.script->memoryRegions.count(name) == 0) { in readPrimary()
1630 return ctx.script->memoryRegions[name]->origin; in readPrimary()
1858 if (!ctx.script->memoryRegions.insert({tok, mr}).second) in readMemory()
H A DLinkerScript.cpp1125 if (MemoryRegion *m = memoryRegions.lookup(sec->memoryRegionName)) in findMemoryRegion()
1135 if (memoryRegions.empty()) in findMemoryRegion()
1143 for (auto &pair : memoryRegions) { in findMemoryRegion()
1432 if (MemoryRegion *m = memoryRegions.lookup(sec->lmaRegionName)) in adjustSectionsAfterSorting()
1512 for (auto &mri : script.memoryRegions) { in AddressState()
1809 for (auto &pair : memoryRegions) { in printMemoryUsage()
H A DLinkerScript.h431 llvm::MapVector<llvm::StringRef, MemoryRegion *> memoryRegions; variable
H A DWriter.cpp1020 ctx.script->hasPhdrsCommands() || !ctx.script->memoryRegions.empty(); in findOrphanPos()