Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DLinkerScript.h344 std::vector<InsertCommand> insertCommands; variable
DLinkerScript.cpp254 for (const InsertCommand &cmd : insertCommands) { in processInsertCommands()
DScriptParser.cpp581 script->insertCommands.push_back({os, isAfter, where}); in readSections()