Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h234 std::vector<InputSection *> createInputSectionList(OutputSection &Cmd);
H A DLinkerScript.cpp436 LinkerScript::createInputSectionList(OutputSection &OutCmd) { in createInputSectionList() function in LinkerScript
479 std::vector<InputSection *> V = createInputSectionList(*Sec); in processSectionCommands()