Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp436 LinkerScript::createInputSectionList(OutputSection &OutCmd) { in createInputSectionList() argument
439 for (BaseCommand *Base : OutCmd.SectionCommands) { in createInputSectionList()
506 if (auto *OutCmd = dyn_cast<SymbolAssignment>(Base)) in processSectionCommands() local
507 addSymbol(OutCmd); in processSectionCommands()