reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Driver.cpp
 1951   for (BaseCommand *base : script->sectionCommands)
tools/lld/ELF/ICF.cpp
  506   for (BaseCommand *base : script->sectionCommands)
tools/lld/ELF/LinkerScript.cpp
  258   for (BaseCommand *base : sectionCommands) {
  274   sectionCommands = std::move(v);
  282   for (BaseCommand *base : sectionCommands) {
  480   for (BaseCommand *base : sectionCommands) {
  541   for (BaseCommand *base : sectionCommands) {
  686       if (OutputSection *sec = findByName(sectionCommands, name)) {
  725     sectionCommands.insert(sectionCommands.end(), v.begin(), v.end());
  725     sectionCommands.insert(sectionCommands.end(), v.begin(), v.end());
  727     sectionCommands.insert(sectionCommands.begin(), v.begin(), v.end());
  727     sectionCommands.insert(sectionCommands.begin(), v.begin(), v.end());
  932   for (BaseCommand *&cmd : sectionCommands) {
  968   llvm::erase_if(sectionCommands, [&](BaseCommand *base) { return !base; });
  973   for (BaseCommand *base : sectionCommands) {
 1000   for (BaseCommand *base : sectionCommands) {
 1100   SymbolAssignmentMap oldValues = getSymbolAssignmentValues(sectionCommands);
 1101   for (BaseCommand *base : sectionCommands) {
tools/lld/ELF/MapFile.cpp
  164   for (BaseCommand *base : script->sectionCommands) {
tools/lld/ELF/Relocations.cpp
   68   for (BaseCommand *base : script->sectionCommands)
tools/lld/ELF/ScriptParser.cpp
  261       script->sectionCommands.push_back(cmd);
  275   script->sectionCommands.push_back(cmd);
  561   script->sectionCommands.insert(script->sectionCommands.end(), v.begin(),
  561   script->sectionCommands.insert(script->sectionCommands.end(), v.begin(),
tools/lld/ELF/SyntheticSections.cpp
 2224   for (BaseCommand *base : script->sectionCommands)
tools/lld/ELF/Writer.cpp
  304   for (BaseCommand *base : script->sectionCommands)
  705   for (BaseCommand *base : script->sectionCommands) {
 1378   for (BaseCommand *base : script->sectionCommands)
 1393   for (BaseCommand *base : script->sectionCommands) {
 1411         llvm::find_if(script->sectionCommands, isSection),
 1412         llvm::find_if(llvm::reverse(script->sectionCommands), isSection).base(),
 1456   auto i = script->sectionCommands.begin();
 1457   auto e = script->sectionCommands.end();
 1682     for (BaseCommand *base : script->sectionCommands)
 1820   for (BaseCommand *base : script->sectionCommands)