Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h344 std::vector<InsertCommand> insertCommands; variable
H A DLinkerScript.cpp255 for (const InsertCommand &cmd : insertCommands) { in processInsertCommands()
H A DScriptParser.cpp604 script->insertCommands.push_back({std::move(names), isAfter, where}); in readSections()