Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h438 SmallVector<InsertCommand, 0> insertCommands; variable
H A DLinkerScript.cpp330 for (const InsertCommand &cmd : insertCommands) { in processInsertCommands()
808 for (InsertCommand &ic : insertCommands) in processSectionCommands()
H A DScriptParser.cpp702 ctx.script->insertCommands.push_back({std::move(names), isAfter, where}); in readSections()