Searched refs:getErrorLocation (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp44 static std::string getErrorLocation(MemoryBufferRef mb, const section_64 &sec, function
59 std::string msg = getErrorLocation(mb, sec, rel) + ": relocations of type " +
88 fatal(getErrorLocation(mb, sec, rel) + ": relocations of type " +
94 fatal(getErrorLocation(mb, sec, rel) + ": relocations of type " +
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMSP430.cpp87 error(getErrorLocation(loc) + "unrecognized relocation " +
H A DAMDGPU.cpp99 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) +
H A DAVR.cpp190 error(getErrorLocation(loc) + "unrecognized relocation " +
H A DX86_64.cpp362 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) +
442 error(getErrorLocation(loc - 3) + "R_X86_64_GOTPC32_TLSDESC must be used "
483 error(getErrorLocation(loc - 3) + "R_X86_64_GOTPC32_TLSDESC must be used "
531 error(getErrorLocation(loc - 3) +
585 error(getErrorLocation(loc - 3) +
H A DRISCV.cpp246 errorOrWarn(getErrorLocation(loc) + "relocation R_RISCV_ALIGN requires "
250 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) +
H A DARM.cpp403 warn(getErrorLocation(loc) + "branch and link relocation: " +
408 warn(getErrorLocation(loc) + "branch and link relocation: " +
648 error(getErrorLocation(loc) + "unencodeable immediate " +
717 error(getErrorLocation(loc) + "unrecognized relocation " +
H A DMips.cpp93 warn(getErrorLocation(loc) +
196 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) +
476 error(getErrorLocation(loc) + "unsupported relocations combination " +
534 error(getErrorLocation(loc) +
H A DPPC64.cpp743 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) +
949 error(getErrorLocation(loc) +
969 error(getErrorLocation(loc) +
1228 error(getErrorLocation(loc) + "split-stack prologue adjustment overflows");
H A DSPARCV9.cpp83 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) +
H A DHexagon.cpp159 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) +
H A DPPC.cpp265 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) +
H A DAArch64.cpp156 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) +
H A DX86.cpp158 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) +
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h194 static inline std::string getErrorLocation(const uint8_t *loc) { function in namespace:lld::elf
253 error(getErrorLocation(loc) + "improper alignment for relocation " +
H A DInputSection.cpp1064 errorOrWarn(getErrorLocation(bufLoc) + "call to " +

Completed in 140 milliseconds