Searched refs:getErrorLocation (Results 1 – 18 of 18) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | AMDGPU.cpp | 175 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 195 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | X86_64.cpp | 400 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 482 errorOrWarn(getErrorLocation(loc - 3) + in relaxTlsGdToLe() 523 errorOrWarn(getErrorLocation(loc - 3) + in relaxTlsGdToIe() 572 error(getErrorLocation(loc - 3) + in relaxTlsIeToLe() 616 error(getErrorLocation(loc - 3) + in relaxTlsLdToLe() 754 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 | 165 errorOrWarn(getErrorLocation(loc) + "extra space for uleb128"); in handleUleb128() 277 internalLinkerError(getErrorLocation(buf), in getImplicitAddend() 499 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 717 errorOrWarn(getErrorLocation((const uint8_t *)loc) + in relax()
|
| H A D | Hexagon.cpp | 158 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 403 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 | ARM.cpp | 194 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 431 warn(getErrorLocation(loc) + "branch and link relocation: " + in stateChangeWarning() 478 error(getErrorLocation(loc) + "unencodeable immediate " + Twine(val).str() + in encodeAluGroup() 789 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | AVR.cpp | 96 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
|
| 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 | 173 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 229 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| /freebsd-14.2/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 | 128 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | OutputSections.cpp | 764 getErrorLocation(relocTarget), in checkDynRelAddends()
|