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

References

tools/lld/COFF/Driver.cpp
 1372       if (s == "ref") {
 1374       } else if (s == "noref") {
 1376       } else if (s == "icf" || s.startswith("icf=")) {
 1376       } else if (s == "icf" || s.startswith("icf=")) {
 1378       } else if (s == "noicf") {
 1380       } else if (s == "lldtailmerge") {
 1382       } else if (s == "nolldtailmerge") {
 1384       } else if (s.startswith("lldlto=")) {
 1385         StringRef optLevel = s.substr(7);
 1388       } else if (s.startswith("lldltojobs=")) {
 1389         StringRef jobs = s.substr(11);
 1393       } else if (s.startswith("lldltopartitions=")) {
 1394         StringRef n = s.substr(17);
 1398       } else if (s != "lbr" && s != "nolbr")
 1398       } else if (s != "lbr" && s != "nolbr")
 1399         error("/opt: unknown option: " + s);