Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.h280 computeInputSections(const InputSectionDescription *,
H A DLinkerScript.cpp490 LinkerScript::computeInputSections(const InputSectionDescription *cmd, in computeInputSections() function in LinkerScript
582 for (InputSectionBase *s : computeInputSections(isd, secs)) in discardSynthetic()
593 isd->sectionBases = computeInputSections(isd, ctx.inputSections); in createInputSectionList()