Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h300 computeInputSections(const InputSectionDescription *,
H A DLinkerScript.cpp492 LinkerScript::computeInputSections(const InputSectionDescription *cmd, in computeInputSections() function in LinkerScript
633 for (InputSectionBase *s : computeInputSections(isd, secs, outCmd)) in discardSynthetic()
644 isd->sectionBases = computeInputSections(isd, ctx.inputSections, outCmd); in createInputSectionList()