Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.h90 std::string memoryRegionName; variable
H A DLinkerScript.cpp905 if (!sec->memoryRegionName.empty()) in findMemoryRegion()
913 if (!sec->memoryRegionName.empty()) { in findMemoryRegion()
914 if (MemoryRegion *m = memoryRegions.lookup(sec->memoryRegionName)) in findMemoryRegion()
916 error("memory region '" + sec->memoryRegionName + "' not declared"); in findMemoryRegion()
H A DScriptParser.cpp970 osec->memoryRegionName = std::string(next()); in readOutputSectionDescription()