Home
last modified time | relevance | path

Searched refs:InsertCommand (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.h243 struct InsertCommand { struct
357 SmallVector<InsertCommand, 0> insertCommands;
H A DLinkerScript.cpp310 for (const InsertCommand &cmd : insertCommands) { in processInsertCommands()