Home
last modified time | relevance | path

Searched refs:memoryRegionName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h98 std::string memoryRegionName; variable
H A DLinkerScript.cpp1115 if (!sec->memoryRegionName.empty() && hasInputOrByteCommand) in findMemoryRegion()
1124 if (!sec->memoryRegionName.empty()) { in findMemoryRegion()
1125 if (MemoryRegion *m = memoryRegions.lookup(sec->memoryRegionName)) in findMemoryRegion()
1127 ErrAlways(ctx) << "memory region '" << sec->memoryRegionName in findMemoryRegion()
H A DScriptParser.cpp594 static_cast<OutputDesc *>(od)->osec.memoryRegionName = in readOverlay()
1073 osec->memoryRegionName = std::string(readName()); in readOutputSectionDescription()