Home
last modified time | relevance | path

Searched refs:errorOrWarn (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp684 errorOrWarn( in relaxGot()
760 errorOrWarn("R_PPC64_TLSGD has unexpected byte alignment"); in relaxTlsGdToLe()
816 errorOrWarn("R_PPC64_TLSLD has unexpected byte alignment"); in relaxTlsLdToLe()
918 errorOrWarn("unrecognized instruction for IE to LE R_PPC64_TLS"); in relaxTlsIeToLe()
936 errorOrWarn("unrecognized instruction for IE to LE R_PPC64_TLS"); in relaxTlsIeToLe()
940 errorOrWarn("R_PPC64_TLS must be either 4 byte aligned or one byte " in relaxTlsIeToLe()
1505 errorOrWarn("R_PPC64_TLSGD has unexpected byte alignment"); in relaxTlsGdToIe()
H A DRISCV.cpp279 errorOrWarn(getErrorLocation(loc) + "relocation R_RISCV_ALIGN requires " in getRelExpr()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h359 static inline void errorOrWarn(const Twine &msg) { in errorOrWarn() function
367 errorOrWarn(loc + "internal linker error: " + msg + "\n" + in internalLinkerError()
H A DRelocations.cpp111 errorOrWarn(errPlace.loc + "relocation " + lld::toString(rel.type) + in reportRangeError()
122 errorOrWarn(errPlace.loc + msg + " is out of range: " + Twine(v) + in reportRangeError()
1213 errorOrWarn("cannot preempt symbol: " + toString(sym) + in processRelocAux()
1261 errorOrWarn("symbol '" + toString(sym) + in processRelocAux()
1285 errorOrWarn( in processRelocAux()
1293 errorOrWarn( in processRelocAux()
1300 errorOrWarn("symbol '" + toString(sym) + "' has no type" + in processRelocAux()
1361 errorOrWarn("R_PPC64_TLSGD/R_PPC64_TLSLD may not be the last " in scanReloc()
1415 errorOrWarn("relocation " + toString(type) + " against " + toString(sym) + in scanReloc()
H A DSymbolTable.cpp276 errorOrWarn("version script assignment of '" + ver + "' to symbol '" + in scanVersionScript()
H A DWriter.cpp1773 errorOrWarn("assignment to symbol " + toString(*changedSym) + in finalizeAddressDependentContent()
2029 ? errorOrWarn in finalizeSections()
2768 errorOrWarn("section " + a.sec->name + " " + name + in checkOverlap()
2786 errorOrWarn("section " + os->name + " at 0x" + utohexstr(os->addr) + in checkSections()
H A DDriver.cpp595 UnresolvedPolicy errorOrWarn = args.hasFlag(OPT_error_unresolved_symbols, in setUnresolvedSymbolPolicy() local
643 diagRegular ? errorOrWarn : UnresolvedPolicy::Ignore; in setUnresolvedSymbolPolicy()
645 diagShlib ? errorOrWarn : UnresolvedPolicy::Ignore; in setUnresolvedSymbolPolicy()
H A DScriptParser.cpp784 errorOrWarn(msg); in readAssert()
H A DInputSection.cpp1103 errorOrWarn(getErrorLocation(bufLoc) + "call to " + in relocateAlloc()
H A DInputFiles.cpp1109 errorOrWarn(toString(this) + ": STB_LOCAL symbol (" + Twine(i) + in initializeSymbols()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp65 static void errorOrWarn(const Twine &s) { in errorOrWarn() function
255 errorOrWarn(os.str()); in reportUndefinedSymbol()
388 errorOrWarn("<root>: undefined symbol: " + toString(*b)); in reportProblemSymbols()