Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DLinkerScript.h283 SmallVector<InputSectionBase *, 0> createInputSectionList(OutputSection &cmd);
H A DLinkerScript.cpp588 LinkerScript::createInputSectionList(OutputSection &outCmd) { in createInputSectionList() function in LinkerScript
605 SmallVector<InputSectionBase *, 0> v = createInputSectionList(*osec); in processSectionCommands()