Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp683 errorOrWarn( in relaxGot()
759 errorOrWarn("R_PPC64_TLSGD has unexpected byte alignment"); in relaxTlsGdToLe()
815 errorOrWarn("R_PPC64_TLSLD has unexpected byte alignment"); in relaxTlsLdToLe()
917 errorOrWarn("unrecognized instruction for IE to LE R_PPC64_TLS"); in relaxTlsIeToLe()
927 errorOrWarn("unrecognized instruction for IE to LE R_PPC64_TLS"); in relaxTlsIeToLe()
931 errorOrWarn("R_PPC64_TLS must be either 4 byte aligned or one byte " in relaxTlsIeToLe()
1473 errorOrWarn("R_PPC64_TLSGD has unexpected byte alignment"); in relaxTlsGdToIe()
DRISCV.cpp246 errorOrWarn(getErrorLocation(loc) + "relocation R_RISCV_ALIGN requires " in getRelExpr()
/external/llvm-project/lld/ELF/
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()
1191 errorOrWarn("cannot preempt symbol: " + toString(sym) + in processRelocAux()
1239 errorOrWarn("symbol '" + toString(sym) + in processRelocAux()
1263 errorOrWarn( in processRelocAux()
1271 errorOrWarn( in processRelocAux()
1278 errorOrWarn("symbol '" + toString(sym) + "' has no type" + in processRelocAux()
1349 errorOrWarn("R_PPC64_TLSGD/R_PPC64_TLSLD may not be the last " in scanReloc()
DConfig.h349 static inline void errorOrWarn(const Twine &msg) { in errorOrWarn() function
DWriter.cpp1756 errorOrWarn("assignment to symbol " + toString(*changedSym) + in finalizeAddressDependentContent()
2011 ? errorOrWarn in finalizeSections()
2733 errorOrWarn("section " + a.sec->name + " " + name + in checkOverlap()
2751 errorOrWarn("section " + os->name + " at 0x" + utohexstr(os->addr) + in checkSections()
DDriver.cpp590 UnresolvedPolicy errorOrWarn = args.hasFlag(OPT_error_unresolved_symbols, in setUnresolvedSymbolPolicy() local
638 diagRegular ? errorOrWarn : UnresolvedPolicy::Ignore; in setUnresolvedSymbolPolicy()
640 diagShlib ? errorOrWarn : UnresolvedPolicy::Ignore; in setUnresolvedSymbolPolicy()
DInputSection.cpp1088 errorOrWarn(getErrorLocation(bufLoc) + "call to " + in relocateAlloc()
DScriptParser.cpp761 errorOrWarn(msg); in readAssert()
DInputFiles.cpp1112 errorOrWarn(toString(this) + ": STB_LOCAL symbol (" + Twine(i) + in initializeSymbols()
/external/llvm-project/lld/wasm/
DDriver.cpp337 UnresolvedPolicy errorOrWarn = args.hasFlag(OPT_error_unresolved_symbols, in getUnresolvedSymbolPolicy() local
349 return errorOrWarn; in getUnresolvedSymbolPolicy()
358 return errorOrWarn; in getUnresolvedSymbolPolicy()
/external/llvm-project/lld/COFF/
DSymbolTable.cpp59 static void errorOrWarn(const Twine &s) { in errorOrWarn() function
244 errorOrWarn(os.str()); in reportUndefinedSymbol()
344 errorOrWarn("<root>: undefined symbol: " + toString(*b)); in reportProblemSymbols()