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

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

Completed in 312 milliseconds