Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/ELF/
HDLinkerScript.h405 SmallVector<InsertCommand, 0> insertCommands; variable
HDLinkerScript.cpp307 for (const InsertCommand &cmd : insertCommands) { in processInsertCommands()
HDScriptParser.cpp666 script->insertCommands.push_back({std::move(names), isAfter, where}); in readSections()