Home
last modified time | relevance | path

Searched refs:findMemoryRegion (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h298 findMemoryRegion(OutputSection *sec, MemoryRegion *hint);
H A DLinkerScript.cpp929 LinkerScript::findMemoryRegion(OutputSection *sec, MemoryRegion *hint) { in findMemoryRegion() function in LinkerScript
1252 std::tie(sec->memRegion, hint) = findMemoryRegion(sec, hint); in adjustSectionsAfterSorting()