Searched refs:getErrorLocation (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | X86_64.cpp | 365 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 451 error(getErrorLocation(loc - 3) + "R_X86_64_GOTPC32_TLSDESC must be used " in relaxTlsGdToLe() 492 error(getErrorLocation(loc - 3) + "R_X86_64_GOTPC32_TLSDESC must be used " in relaxTlsGdToIe() 540 error(getErrorLocation(loc - 3) + in relaxTlsIeToLe() 594 error(getErrorLocation(loc - 3) + in relaxTlsLdToLe() 729 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | ARM.cpp | 388 warn(getErrorLocation(loc) + "branch and link relocation: " + in stateChangeWarning() 393 warn(getErrorLocation(loc) + "branch and link relocation: " + in stateChangeWarning() 633 error(getErrorLocation(loc) + "unencodeable immediate " + in relocate() 702 error(getErrorLocation(loc) + "unrecognized relocation " + in relocate() 710 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | Mips.cpp | 93 warn(getErrorLocation(loc) + in getRelExpr() 196 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 477 internalLinkerError(getErrorLocation(buf), in getImplicitAddend() 505 error(getErrorLocation(loc) + "unsupported relocations combination " + in calculateMipsRelChain() 563 error(getErrorLocation(loc) + in fixupCrossModeJump()
|
| H A D | MSP430.cpp | 87 error(getErrorLocation(loc) + "unrecognized relocation " + in relocate()
|
| H A D | RISCV.cpp | 141 internalLinkerError(getErrorLocation(buf), in getImplicitAddend() 279 errorOrWarn(getErrorLocation(loc) + "relocation R_RISCV_ALIGN requires " in getRelExpr() 283 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
|
| H A D | PPC64.cpp | 1059 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 1081 internalLinkerError(getErrorLocation(buf), in getImplicitAddend() 1287 error(getErrorLocation(loc) + in relocate() 1307 error(getErrorLocation(loc) + in relocate() 1598 error(getErrorLocation(loc) + "split-stack prologue adjustment overflows"); in adjustPrologueForCrossSplitStack()
|
| H A D | AMDGPU.cpp | 170 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
|
| H A D | PPC.cpp | 266 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 286 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | SPARCV9.cpp | 83 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
|
| H A D | X86.cpp | 157 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 281 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | AVR.cpp | 88 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
|
| H A D | AArch64.cpp | 159 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr() 210 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | Hexagon.cpp | 159 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 196 static inline std::string getErrorLocation(const uint8_t *loc) { in getErrorLocation() function 262 error(getErrorLocation(loc) + "improper alignment for relocation " + in checkAlignment()
|
| H A D | Target.cpp | 133 internalLinkerError(getErrorLocation(buf), in getImplicitAddend()
|
| H A D | OutputSections.cpp | 567 getErrorLocation(relocTarget), in checkDynRelAddends()
|
| H A D | InputSection.cpp | 1103 errorOrWarn(getErrorLocation(bufLoc) + "call to " + in relocateAlloc()
|