Home
last modified time | relevance | path

Searched refs:getErrorLocation (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DAVR.cpp70 error(getErrorLocation(Loc) + "unrecognized reloc " + toString(Type)); in relocateOne()
H A DPPC64.cpp684 error(getErrorLocation(Loc) + in relocateOne()
704 error(getErrorLocation(Loc) + in relocateOne()
740 error(getErrorLocation(Loc) + "unrecognized reloc " + Twine(Type)); in relocateOne()
917 error(getErrorLocation(Loc) + "split-stack prologue adjustment overflows"); in adjustPrologueForCrossSplitStack()
H A DPPC.cpp74 error(getErrorLocation(Loc) + "unrecognized reloc " + Twine(Type)); in relocateOne()
H A DX86_64.cpp258 error(getErrorLocation(Loc - 3) + in relaxTlsIeToLe()
313 error(getErrorLocation(Loc - 3) + in relaxTlsLdToLe()
360 error(getErrorLocation(Loc) + "unrecognized reloc " + Twine(Type)); in relocateOne()
H A DMSP430.cpp87 error(getErrorLocation(Loc) + "unrecognized reloc " + toString(Type)); in relocateOne()
H A DAMDGPU.cpp78 error(getErrorLocation(Loc) + "unrecognized reloc " + Twine(Type)); in relocateOne()
H A DSPARCV9.cpp122 error(getErrorLocation(Loc) + "unrecognized reloc " + Twine(Type)); in relocateOne()
H A DHexagon.cpp250 error(getErrorLocation(Loc) + "unrecognized reloc " + toString(Type)); in relocateOne()
H A DMips.cpp457 error(getErrorLocation(Loc) + "unsupported relocations combination " + in calculateMipsRelChain()
635 error(getErrorLocation(Loc) + "unrecognized reloc " + Twine(Type)); in relocateOne()
H A DRISCV.cpp270 error(getErrorLocation(Loc) + in relocateOne()
H A DAArch64.cpp354 error(getErrorLocation(Loc) + "unrecognized reloc " + Twine(Type)); in relocateOne()
H A DX86.cpp320 error(getErrorLocation(Loc) + "unrecognized reloc " + Twine(Type)); in relocateOne()
H A DARM.cpp522 error(getErrorLocation(Loc) + "unrecognized reloc " + Twine(Type)); in relocateOne()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h167 static inline std::string getErrorLocation(const uint8_t *Loc) { in getErrorLocation() function
228 error(getErrorLocation(Loc) + "improper alignment for relocation " + in checkAlignment()
H A DInputSection.cpp919 error(getErrorLocation(BufLoc) + "call lacks nop, can't restore toc"); in relocateAlloc()