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