Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h283 SmallVector<InputSectionBase *, 0> createInputSectionList(OutputSection &cmd);
H A DLinkerScript.cpp587 LinkerScript::createInputSectionList(OutputSection &outCmd) { in createInputSectionList() function in LinkerScript
604 SmallVector<InputSectionBase *, 0> v = createInputSectionList(*osec); in processSectionCommands()