Searched refs:getErrorLocation (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | X86_64.cpp | 371 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 454 errorOrWarn(getErrorLocation(loc - 3) + in relaxTlsGdToLe() 496 errorOrWarn(getErrorLocation(loc - 3) + in relaxTlsGdToIe() 546 error(getErrorLocation(loc - 3) + in relaxTlsIeToLe() 600 error(getErrorLocation(loc - 3) + in relaxTlsLdToLe() 738 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | X86.cpp | 157 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 286 internalLinkerError(getErrorLocation(buf), in getImplicitAddend() 376 error(getErrorLocation(loc - 2) + in relaxTlsGdToLe() 408 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 | ARM.cpp | 173 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 413 warn(getErrorLocation(loc) + "branch and link relocation: " + in stateChangeWarning() 460 error(getErrorLocation(loc) + "unencodeable immediate " + Twine(val).str() + in encodeAluGroup() 757 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | PPC64.cpp | 1052 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 1074 internalLinkerError(getErrorLocation(buf), in getImplicitAddend() 1280 error(getErrorLocation(loc) + in relocate() 1300 error(getErrorLocation(loc) + in relocate() 1592 error(getErrorLocation(loc) + "split-stack prologue adjustment overflows"); in adjustPrologueForCrossSplitStack()
|
| H A D | AMDGPU.cpp | 174 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
|
| H A D | PPC.cpp | 267 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 287 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | SPARCV9.cpp | 81 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
|
| H A D | AVR.cpp | 85 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
|
| H A D | Hexagon.cpp | 158 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
|
| H A D | AArch64.cpp | 156 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 207 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | RISCV.cpp | 156 internalLinkerError(getErrorLocation(buf), in getImplicitAddend() 293 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Target.h | 201 static inline std::string getErrorLocation(const uint8_t *loc) { in getErrorLocation() function 276 error(getErrorLocation(loc) + "improper alignment for relocation " + in checkAlignment()
|
| H A D | Target.cpp | 124 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | OutputSections.cpp | 661 getErrorLocation(relocTarget), in checkDynRelAddends()
|
| H A D | InputSection.cpp | 1073 errorOrWarn(getErrorLocation(bufLoc) + "call to " + in relocateAlloc()
|