Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h269 std::vector<InputSectionBase *> createInputSectionList(OutputSection &cmd);
H A DLinkerScript.cpp542 LinkerScript::createInputSectionList(OutputSection &outCmd) { in createInputSectionList() function in LinkerScript
559 std::vector<InputSectionBase *> v = createInputSectionList(*osec); in processSectionCommands()