Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h306 llvm::DenseMap<StringRef, std::vector<BaseCommand *>> InsertBeforeCommands; variable
H A DLinkerScript.cpp226 Insert(InsertBeforeCommands[OS->Name]); in processInsertCommands()
234 for (auto &Cmds : {InsertBeforeCommands, InsertAfterCommands}) in processInsertCommands()
H A DScriptParser.cpp555 Dest = &Script->InsertBeforeCommands[next()]; in readSections()