Searched refs:getErrorLocation (Results 1 – 18 of 18) sorted by relevance
| /src/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | AMDGPU.cpp | 196 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 216 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | X86_64.cpp | 403 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 485 errorOrWarn(getErrorLocation(loc - 3) + in relaxTlsGdToLe() 526 errorOrWarn(getErrorLocation(loc - 3) + in relaxTlsGdToIe() 575 error(getErrorLocation(loc - 3) + in relaxTlsIeToLe() 619 error(getErrorLocation(loc - 3) + in relaxTlsLdToLe() 757 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | X86.cpp | 148 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 277 internalLinkerError(getErrorLocation(buf), in getImplicitAddend() 368 error(getErrorLocation(loc - 2) + in relaxTlsGdToLe() 400 error(getErrorLocation(loc - 2) + in relaxTlsGdToIe()
|
| H A D | Mips.cpp | 90 warn(getErrorLocation(loc) + in getRelExpr() 194 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 475 internalLinkerError(getErrorLocation(buf), in getImplicitAddend() 503 error(getErrorLocation(loc) + "unsupported relocations combination " + in calculateMipsRelChain() 561 error(getErrorLocation(loc) + in fixupCrossModeJump()
|
| H A D | MSP430.cpp | 86 error(getErrorLocation(loc) + "unrecognized relocation " + in relocate()
|
| H A D | LoongArch.cpp | 168 errorOrWarn(getErrorLocation(loc) + "extra space for uleb128"); in handleUleb128() 282 internalLinkerError(getErrorLocation(buf), in getImplicitAddend() 530 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 776 errorOrWarn(getErrorLocation((const uint8_t *)loc) + in relax()
|
| H A D | Hexagon.cpp | 156 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 415 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | PPC64.cpp | 1100 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 1129 internalLinkerError(getErrorLocation(buf), in getImplicitAddend() 1335 error(getErrorLocation(loc) + in relocate() 1355 error(getErrorLocation(loc) + in relocate() 1617 errorOrWarn(getErrorLocation(loc) + "call to " + in relocateAlloc() 1730 error(getErrorLocation(loc) + "split-stack prologue adjustment overflows"); in adjustPrologueForCrossSplitStack()
|
| H A D | SystemZ.cpp | 173 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 264 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | SPARCV9.cpp | 81 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
|
| H A D | PPC.cpp | 266 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 293 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | AVR.cpp | 96 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
|
| H A D | ARM.cpp | 194 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 508 warn(getErrorLocation(loc) + "branch and link relocation: " + in stateChangeWarning() 555 error(getErrorLocation(loc) + "unencodeable immediate " + Twine(val).str() + in encodeAluGroup() 866 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | RISCV.cpp | 176 internalLinkerError(getErrorLocation(buf), in getImplicitAddend() 329 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 836 errorOrWarn(getErrorLocation((const uint8_t*)loc) + in relax()
|
| H A D | AArch64.cpp | 183 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 318 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 205 static inline std::string getErrorLocation(const uint8_t *loc) { in getErrorLocation() function 279 error(getErrorLocation(loc) + "improper alignment for relocation " + in checkAlignment()
|
| H A D | Target.cpp | 129 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | OutputSections.cpp | 906 getErrorLocation(relocTarget), in checkDynRelAddends()
|