Home
last modified time | relevance | path

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

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