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.h97 std::string memoryRegionName; variable
H A DLinkerScript.cpp985 if (!sec->memoryRegionName.empty() && hasInputOrByteCommand) in findMemoryRegion()
993 if (!sec->memoryRegionName.empty()) { in findMemoryRegion()
994 if (MemoryRegion *m = memoryRegions.lookup(sec->memoryRegionName)) in findMemoryRegion()
996 error("memory region '" + sec->memoryRegionName + "' not declared"); in findMemoryRegion()
H A DScriptParser.cpp1034 osec->memoryRegionName = std::string(next()); in readOutputSectionDescription()