Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DMSP430.cpp36 RelExpr getRelExpr(RelType type, const Symbol &s,
48 RelExpr MSP430::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in MSP430
H A DAMDGPU.cpp34 RelExpr getRelExpr(RelType type, const Symbol &s,
153 RelExpr AMDGPU::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AMDGPU
H A DSPARCV9.cpp26 RelExpr getRelExpr(RelType type, const Symbol &s,
50 RelExpr SPARCV9::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in SPARCV9
H A DAVR.cpp47 RelExpr getRelExpr(RelType type, const Symbol &s,
56 RelExpr AVR::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AVR
H A DHexagon.cpp30 RelExpr getRelExpr(RelType type, const Symbol &s,
91 RelExpr Hexagon::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in Hexagon
H A DPPC.cpp27 RelExpr getRelExpr(RelType type, const Symbol &s,
218 RelExpr PPC::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in PPC
H A DX86.cpp27 RelExpr getRelExpr(RelType type, const Symbol &s,
77 RelExpr X86::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in X86
H A DRISCV.cpp35 RelExpr getRelExpr(RelType type, const Symbol &s,
222 RelExpr RISCV::getRelExpr(const RelType type, const Symbol &s, in getRelExpr() function in RISCV
H A DAArch64.cpp34 RelExpr getRelExpr(RelType type, const Symbol &s,
83 RelExpr AArch64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AArch64
H A DARM.cpp29 RelExpr getRelExpr(RelType type, const Symbol &s,
86 RelExpr ARM::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in ARM
H A DX86_64.cpp30 RelExpr getRelExpr(RelType type, const Symbol &s,
314 RelExpr X86_64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in X86_64
H A DMips.cpp29 RelExpr getRelExpr(RelType type, const Symbol &s,
80 RelExpr MIPS<ELFT>::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in MIPS
H A DPPC64.cpp369 RelExpr getRelExpr(RelType type, const Symbol &s,
951 RelExpr PPC64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in PPC64
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h29 virtual RelExpr getRelExpr(RelType type, const Symbol &s,
H A DInputSection.cpp470 target->getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) { in copyRelocations()
904 RelExpr expr = target->getRelExpr(type, sym, bufLoc); in relocateNonAlloc()
H A DRelocations.cpp1331 RelExpr expr = target->getRelExpr(type, sym, relocatedAddr); in scanReloc()