Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/Arch/
DX86_64.cpp45 static std::string getErrorLocation(MemoryBufferRef mb, const section_64 &sec, in getErrorLocation() function
59 std::string msg = getErrorLocation(mb, sec, rel) + ": relocations of type " + in validateLength()
94 fatal(getErrorLocation(mb, sec, rel) + ": relocations of type " + in getImplicitAddend()
100 fatal(getErrorLocation(mb, sec, rel) + ": relocations of type " + in getImplicitAddend()
/external/llvm-project/lld/ELF/Arch/
DX86_64.cpp362 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
442 error(getErrorLocation(loc - 3) + "R_X86_64_GOTPC32_TLSDESC must be used " in relaxTlsGdToLe()
483 error(getErrorLocation(loc - 3) + "R_X86_64_GOTPC32_TLSDESC must be used " in relaxTlsGdToIe()
531 error(getErrorLocation(loc - 3) + in relaxTlsIeToLe()
585 error(getErrorLocation(loc - 3) + in relaxTlsLdToLe()
DARM.cpp403 warn(getErrorLocation(loc) + "branch and link relocation: " + in stateChangeWarning()
408 warn(getErrorLocation(loc) + "branch and link relocation: " + in stateChangeWarning()
648 error(getErrorLocation(loc) + "unencodeable immediate " + in relocate()
717 error(getErrorLocation(loc) + "unrecognized relocation " + in relocate()
DMSP430.cpp87 error(getErrorLocation(loc) + "unrecognized relocation " + in relocate()
DMips.cpp93 warn(getErrorLocation(loc) + in getRelExpr()
196 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
476 error(getErrorLocation(loc) + "unsupported relocations combination " + in calculateMipsRelChain()
534 error(getErrorLocation(loc) + in fixupCrossModeJump()
DAMDGPU.cpp99 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
DAVR.cpp190 error(getErrorLocation(loc) + "unrecognized relocation " + in relocate()
DSPARCV9.cpp83 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
DRISCV.cpp246 errorOrWarn(getErrorLocation(loc) + "relocation R_RISCV_ALIGN requires " in getRelExpr()
250 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
DPPC64.cpp1049 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
1255 error(getErrorLocation(loc) + in relocate()
1275 error(getErrorLocation(loc) + in relocate()
1566 error(getErrorLocation(loc) + "split-stack prologue adjustment overflows"); in adjustPrologueForCrossSplitStack()
DHexagon.cpp159 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
DPPC.cpp264 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
DX86.cpp157 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
DAArch64.cpp155 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
/external/llvm-project/lld/ELF/
DTarget.h195 static inline std::string getErrorLocation(const uint8_t *loc) { in getErrorLocation() function
261 error(getErrorLocation(loc) + "improper alignment for relocation " + in checkAlignment()
DInputSection.cpp1088 errorOrWarn(getErrorLocation(bufLoc) + "call to " + in relocateAlloc()