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

References

tools/lld/COFF/Chunks.cpp
  616     warn("ignoring section " + sectionName + " with unrecognized magic 0x" +
tools/lld/COFF/Driver.cpp
  551       warn("found both wWinMain and WinMain; using latter");
  558     warn("found both wmain and main; using latter");
  577       warn(std::string("found ") + (haveMain ? "main" : "wmain") + " and " +
  655     warn("/debug:fastlink unsupported; using /debug:full");
  680         warn("/debugtype: unknown option '" + type + "'");
  901         warn("/order:" + arg + ": missing symbol: " + s + " [LNK4037]");
  989       warn("only %_PDB% and %_EXT% supported in /pdbaltpath:, keeping " +
 1533     warn("ignoring '/incremental' due to '/profile' specification");
 1538     warn("ignoring '/incremental' due to '/order' specification");
 1543     warn("ignoring '/incremental' because REF is enabled; use '/opt:noref' to "
 1549     warn("ignoring '/incremental' because ICF is enabled; use '/opt:noicf' to "
 1624     warn("/machine is not specified. x64 is assumed");
 1926       warn("/aligncomm symbol " + name + " not found");
tools/lld/COFF/DriverUtils.cpp
  165       warn(s + ": already merged into " + existing);
  661     warn("duplicate /export option: " + e.name);
  735       warn(dupeDiag);
  849       warn("ignoring unknown argument '" + arg->getAsString(args) + "'");
  851       warn("ignoring unknown argument '" + arg->getAsString(args) +
  856     warn("ignoring /lib since it's not the first argument");
  884     warn("ignoring unknown argument: " + arg->getAsString(args));
tools/lld/COFF/PDB.cpp
  743     warn("symbol scopes are not balanced in " + file->getName());
  847     warn("corrupt symbol records in " + file->getName());
  978     warn("Invalid string table reference");
 1056       warn("ignoring unknown debug$S subsection kind 0x" +
 1120       warn("No StringTable subsection was encountered, but there are string "
 1179     warn("Cannot use debug info for '" + toString(file) + "' [LNK4099]\n" +
 1343       warn("Cannot open input file: " + file);
tools/lld/COFF/SymbolTable.cpp
   60     warn(s);
  278     warn("unable to automatically import " + name + " from " + imp->getName() +
  326         warn("<root>: locally defined symbol imported: " + toString(*imp) +
  350           warn(toString(file) +
  581     warn(os.str());
tools/lld/COFF/Writer.cpp
 1020       warn("literal .edata sections override exports");
 1637       warn("ignoring " + c->getSectionName() +
 1649         warn("ignoring invalid symbol table index in section " +
tools/lld/Common/DWARF.cpp
   21                       [](ErrorInfoBase &info) { warn(info.message()); });
tools/lld/Common/ErrorHandler.cpp
   76     warn(s);
tools/lld/ELF/ARMErrataFix.cpp
  284           warn(toString(isec->file) +
tools/lld/ELF/Arch/MipsArchTree.cpp
  109       warn(toString(f.file) +
  113       warn(toString(f.file) +
tools/lld/ELF/Config.h
  324     warn(msg);
tools/lld/ELF/Driver.cpp
  720         warn(mb.getBufferIdentifier() + ": no such symbol: " + name);
  799       warn(mb.getBufferIdentifier() + ": duplicate ordered symbol: " + s);
 1277       warn("-z max-page-size set, but paging disabled by omagic or nmagic");
 1292       warn("-z common-page-size set, but paging disabled by omagic or nmagic");
 1316     warn("-image-base: address isn't multiple of page size: " + s);
 1466       warn("could not find symbol " + name + " to keep unique");
 1681       warn(toString(f) + ": --force-bti: file does not have BTI property");
 1907       warn("lld uses blx instruction, no object with architecture supporting "
tools/lld/ELF/InputFiles.cpp
  530           warn(toString(this) + ": --icf=safe is incompatible with object "
 1265       warn("found local symbol '" + name +
tools/lld/ELF/InputSection.cpp
  450           warn("relocation refers to a discarded section: " +
  580     warn("Non-zero addend in R_RISCV_PCREL_LO12 relocation to " +
  872       warn(msg);
tools/lld/ELF/LinkerScript.cpp
  684         warn(toString(s) + " is being placed in '" + name + "'");
tools/lld/ELF/Relocations.cpp
  620   warn("can't find matching " + toString(pairTy) + " relocation for " +
  820     warn(msg);
 1209     warn("using ifunc symbols when text relocations are allowed may produce "
tools/lld/ELF/SymbolTable.cpp
  212     warn("attempt to reassign symbol '" + ver.name + "' of " +
tools/lld/ELF/Symbols.cpp
  331   auto report = [&](StringRef s) { warn(toString(file) + s + sym->getName()); };
  482       warn("backward reference detected: " + other.getName() + " in " +
  536       warn("multiple common of " + getName());
  542       warn("common " + getName() + " is overridden");
  548       warn("common " + getName() + " is overridden");
tools/lld/ELF/Writer.cpp
 1254         warn("symbol ordering file: no such symbol: " + orderEntry.first);
 2528       warn("cannot find entry symbol " + config->entry + "; defaulting to 0x" +
 2535     warn("cannot find entry symbol " + config->entry +
tools/lld/MinGW/Driver.cpp
  218       warn("--major-os-version and --major-subsystem-version set to differing "
  222       warn("--minor-os-version and --minor-subsystem-version set to differing "
tools/lld/lib/Driver/DarwinLdDriver.cpp
  332     warn("ignoring unknown argument: " +
  541       warn(Msg);
  567       warn("-keep_private_externs only used in -r mode");
  573       warn(ec.message() + ", processing '-dependency_info " +
  707       warn("-multi_module is obsolete and being ignored");
  709       warn("-single_module being ignored. It is only for use when producing a "
  763       warn(pie->getSpelling() +
  932     warn("-sdk_version is required when emitting min version load command.  "
tools/lld/wasm/InputChunks.cpp
   78       warn("expected LEB at relocation site be 5-byte padded");
   83         warn("unexpected existing value for " + relocTypeToString(rel.Type) +
tools/lld/wasm/SymbolTable.cpp
  184     warn("Event signature mismatch: " + existing->getName() +
  677     warn(msg);