Searched refs:InsertAfterCommands (Results 1 – 3 of 3) sorted by relevance
305 llvm::DenseMap<StringRef, std::vector<BaseCommand *>> InsertAfterCommands; variable
228 Insert(InsertAfterCommands[OS->Name]); in processInsertCommands()234 for (auto &Cmds : {InsertBeforeCommands, InsertAfterCommands}) in processInsertCommands()
553 Dest = &Script->InsertAfterCommands[next()]; in readSections()