Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp694 errorOrWarn( in relaxGot()
770 errorOrWarn("R_PPC64_TLSGD has unexpected byte alignment"); in relaxTlsGdToLe()
826 errorOrWarn("R_PPC64_TLSLD has unexpected byte alignment"); in relaxTlsLdToLe()
956 errorOrWarn("unrecognized instruction for IE to LE R_PPC64_TLS"); in relaxTlsIeToLe()
976 errorOrWarn("unrecognized instruction for IE to LE R_PPC64_TLS"); in relaxTlsIeToLe()
981 errorOrWarn("R_PPC64_TLS must be either 4 byte aligned or one byte " in relaxTlsIeToLe()
1554 errorOrWarn("R_PPC64_TLSGD has unexpected byte alignment"); in relaxTlsGdToIe()
1617 errorOrWarn(getErrorLocation(loc) + "call to " + in relocateAlloc()
H A DRISCV.cpp664 errorOrWarn(sec.getLocation(rel.offset) + ": ULEB128 value " + in relocateAlloc()
671 errorOrWarn(sec.getLocation(rel.offset) + in relocateAlloc()
836 errorOrWarn(getErrorLocation((const uint8_t*)loc) + in relax()
1065 errorOrWarn(toString(sec) + ": " + s + ": " + in mergeArch()
1113 errorOrWarn(toString(sec) + " has stack_align=" + Twine(*i) + in mergeAttributesSection()
1164 errorOrWarn(llvm::toString(result.takeError())); in mergeAttributesSection()
H A DLoongArch.cpp165 errorOrWarn(getErrorLocation(loc) + "extra space for uleb128"); in handleUleb128()
717 errorOrWarn(getErrorLocation((const uint8_t *)loc) + in relax()
H A DX86_64.cpp482 errorOrWarn(getErrorLocation(loc - 3) + in relaxTlsGdToLe()
523 errorOrWarn(getErrorLocation(loc - 3) + in relaxTlsGdToIe()
H A DARM.cpp1112 errorOrWarn("CMSE symbol '" + CHECK(eSyms[i].getName(stringTable), this) + in importCmseSymbols()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp589 errorOrWarn("R_RISCV_PCREL_LO12 relocation points to an absolute symbol: " + in getRISCVPCRelHi20()
614 errorOrWarn("R_RISCV_PCREL_LO12 relocation points to " + in getRISCVPCRelHi20()
946 errorOrWarn(getLocation(offset) + ": ULEB128 value " + Twine(val) + in relocateNonAlloc()
951 errorOrWarn(getLocation(offset) + in relocateNonAlloc()
1022 errorOrWarn(msg); in relocateNonAlloc()
1285 errorOrWarn("corrupted .eh_frame: " + Twine(msg) + "\n>>> defined in " + in split()
H A DConfig.h507 void errorOrWarn(const Twine &msg);
510 errorOrWarn(loc + "internal linker error: " + msg + "\n" + in internalLinkerError()
H A DRelocations.cpp125 errorOrWarn(errPlace.loc + "relocation " + lld::toString(rel.type) + in reportRangeError()
137 errorOrWarn(errPlace.loc + msg + " is out of range: " + Twine(v) + in reportRangeError()
1176 errorOrWarn("cannot preempt symbol: " + toString(sym) + in processAux()
1224 errorOrWarn("symbol '" + toString(sym) + in processAux()
1233 errorOrWarn("relocation " + toString(type) + " cannot be used against " + in processAux()
1273 errorOrWarn("relocation " + toString(type) + " against " + toString(sym) + in handleTlsRelocation()
1456 errorOrWarn("R_PPC64_TLSGD/R_PPC64_TLSLD may not be the last " in scanOne()
H A DSymbolTable.cpp281 errorOrWarn("version script assignment of '" + ver + "' to symbol '" + in scanVersionScript()
H A DInputFiles.cpp1185 errorOrWarn(toString(this) + ": symbol (" + Twine(i) + in postParse()
1194 errorOrWarn("TLS attribute mismatch: " + toString(sym) + "\n>>> in " + in postParse()
1501 errorOrWarn(toString(this) + ": invalid local symbol '" + name + in parse()
H A DWriter.cpp1752 errorOrWarn("assignment to symbol " + toString(*changedSym) + in finalizeAddressDependentContent()
2021 ? errorOrWarn in finalizeSections()
2816 errorOrWarn("section " + a.sec->name + " " + name + in checkOverlap()
2834 errorOrWarn("section " + os->name + " at 0x" + utohexstr(os->addr) + in checkSections()
H A DDriver.cpp86 void elf::errorOrWarn(const Twine &msg) { in errorOrWarn() function in elf
671 UnresolvedPolicy errorOrWarn = args.hasFlag(OPT_error_unresolved_symbols, in setUnresolvedSymbolPolicy() local
722 diagRegular ? errorOrWarn : UnresolvedPolicy::Ignore; in setUnresolvedSymbolPolicy()
724 diagShlib ? errorOrWarn : UnresolvedPolicy::Ignore; in setUnresolvedSymbolPolicy()
H A DSyntheticSections.cpp2869 errorOrWarn("--gdb-index: constant pool size (" + Twine(off) + in createSymbols()
3939 errorOrWarn("address of the tagged symbol \"" + sym->getName() + in createMemtagGlobalDescriptors()
3943 errorOrWarn("address of the tagged symbol \"" + sym->getName() + in createMemtagGlobalDescriptors()
3947 errorOrWarn("size of the tagged symbol \"" + sym->getName() + in createMemtagGlobalDescriptors()
3950 errorOrWarn("size of the tagged symbol \"" + sym->getName() + in createMemtagGlobalDescriptors()
H A DOutputSections.cpp127 errorOrWarn("section type mismatch for " + isec->name + "\n>>> " + in commitSection()
H A DLinkerScript.cpp1513 errorOrWarn(backwardDotErr); in checkFinalScriptConditions()
H A DScriptParser.cpp819 errorOrWarn(msg); in readAssert()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp87 static void errorOrWarn(const Twine &s, bool forceUnresolved) { in errorOrWarn() function
278 errorOrWarn(os.str(), ctx.config.forceUnresolved); in reportUndefinedSymbol()
408 errorOrWarn("<root>: undefined symbol: " + toString(ctx, *b), in reportProblemSymbols()