Searched refs:subCmd (Results 1 – 4 of 4) sorted by relevance
180 for (SectionCommand *subCmd : osec->commands) { in writeMapFile()181 if (auto *isd = dyn_cast<InputSectionDescription>(subCmd)) { in writeMapFile()197 if (auto *data = dyn_cast<ByteCommand>(subCmd)) { in writeMapFile()204 if (auto *assign = dyn_cast<SymbolAssignment>(subCmd)) { in writeMapFile()
303 for (SectionCommand *subCmd : cast<OutputDesc>(cmd)->osec.commands) in getSymbolAssignmentValues()304 if (auto *assign = dyn_cast<SymbolAssignment>(subCmd)) in getSymbolAssignmentValues()338 auto from = llvm::find_if(sectionCommands, [&](SectionCommand *subCmd) { in processInsertCommands() argument339 return isa<OutputDesc>(subCmd) && in processInsertCommands()340 cast<OutputDesc>(subCmd)->osec.name == name; in processInsertCommands()349 llvm::find_if(sectionCommands, [&cmd](SectionCommand *subCmd) { in processInsertCommands() argument350 auto *to = dyn_cast<OutputDesc>(subCmd); in processInsertCommands()873 for (SectionCommand *subCmd : osd->osec.commands) in processSymbolAssignments()874 if (auto *assign = dyn_cast<SymbolAssignment>(subCmd)) in processSymbolAssignments()
576 for (SectionCommand *subCmd : osd->osec.commands) in run()577 if (auto *isd = dyn_cast<InputSectionDescription>(subCmd)) in run()
2684 char *subCmd; in DbObjCmd() local2691 subCmd = Tcl_GetStringFromObj( objv[2], 0 ); in DbObjCmd()2692 if( *subCmd=='f' && strcmp(subCmd,"flush")==0 ){ in DbObjCmd()2699 }else if( *subCmd=='s' && strcmp(subCmd,"size")==0 ){ in DbObjCmd()