reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
817 if (tok == ";") { 819 } else if (SymbolAssignment *assign = readAssignment(tok)) { 821 } else if (ByteCommand *data = readByteCommand(tok)) { 823 } else if (tok == "CONSTRUCTORS") { 827 } else if (tok == "FILL") { 834 } else if (tok == "SORT") { 836 } else if (tok == "INCLUDE") { 839 cmd->sectionCommands.push_back(readInputSectionDescription(tok)); 844 auto *isd = make<InputSectionDescription>(tok);