Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOutputSections.h101 std::string MemoryRegionName; variable
H A DLinkerScript.cpp728 if (!Sec->MemoryRegionName.empty()) { in findMemoryRegion()
729 if (MemoryRegion *M = MemoryRegions.lookup(Sec->MemoryRegionName)) in findMemoryRegion()
731 error("memory region '" + Sec->MemoryRegionName + "' not declared"); in findMemoryRegion()
H A DScriptParser.cpp859 Cmd->MemoryRegionName = next(); in readOutputSectionDescription()