Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h232 computeInputSections(const InputSectionDescription *);
H A DLinkerScript.cpp377 LinkerScript::computeInputSections(const InputSectionDescription *Cmd) { in computeInputSections() function in LinkerScript
441 Cmd->Sections = computeInputSections(Cmd); in createInputSectionList()