Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h280 computeInputSections(const InputSectionDescription *,
H A DLinkerScript.cpp489 LinkerScript::computeInputSections(const InputSectionDescription *cmd, in computeInputSections() function in LinkerScript
581 for (InputSectionBase *s : computeInputSections(isd, secs)) in discardSynthetic()
592 isd->sectionBases = computeInputSections(isd, inputSections); in createInputSectionList()