Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h238 MemoryRegion *findMemoryRegion(OutputSection *Sec);
H A DLinkerScript.cpp725 MemoryRegion *LinkerScript::findMemoryRegion(OutputSection *Sec) { in findMemoryRegion() function in LinkerScript
919 Sec->MemRegion = findMemoryRegion(Sec); in adjustSectionsAfterSorting()