Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DLinkerScript.h357 SmallVector<InsertCommand, 0> insertCommands; variable
DLinkerScript.cpp310 for (const InsertCommand &cmd : insertCommands) { in processInsertCommands()
DScriptParser.cpp618 script->insertCommands.push_back({std::move(names), isAfter, where}); in readSections()