Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DMSP430.cpp35 RelExpr getRelExpr(RelType type, const Symbol &s,
47 RelExpr MSP430::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in MSP430
H A DAMDGPU.cpp34 RelExpr getRelExpr(RelType type, const Symbol &s,
157 RelExpr AMDGPU::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AMDGPU
H A DSPARCV9.cpp25 RelExpr getRelExpr(RelType type, const Symbol &s,
48 RelExpr SPARCV9::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in SPARCV9
H A DAVR.cpp46 RelExpr getRelExpr(RelType type, const Symbol &s,
53 RelExpr AVR::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AVR
H A DHexagon.cpp29 RelExpr getRelExpr(RelType type, const Symbol &s,
90 RelExpr Hexagon::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in Hexagon
H A DPPC.cpp30 RelExpr getRelExpr(RelType type, const Symbol &s,
219 RelExpr PPC::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in PPC
H A DX86.cpp26 RelExpr getRelExpr(RelType type, const Symbol &s,
78 RelExpr X86::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in X86
H A DARM.cpp27 RelExpr getRelExpr(RelType type, const Symbol &s,
82 RelExpr ARM::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in ARM
H A DMips.cpp28 RelExpr getRelExpr(RelType type, const Symbol &s,
77 RelExpr MIPS<ELFT>::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in MIPS
H A DAArch64.cpp33 RelExpr getRelExpr(RelType type, const Symbol &s,
80 RelExpr AArch64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AArch64
H A DX86_64.cpp29 RelExpr getRelExpr(RelType type, const Symbol &s,
318 RelExpr X86_64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in X86_64
H A DRISCV.cpp37 RelExpr getRelExpr(RelType type, const Symbol &s,
237 RelExpr RISCV::getRelExpr(const RelType type, const Symbol &s, in getRelExpr() function in RISCV
H A DPPC64.cpp364 RelExpr getRelExpr(RelType type, const Symbol &s,
944 RelExpr PPC64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in PPC64
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h30 virtual RelExpr getRelExpr(RelType type, const Symbol &s,
H A DInputSection.cpp404 target.getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) { in copyRelocations()
848 RelExpr expr = target.getRelExpr(type, sym, bufLoc); in relocateNonAlloc()
H A DRelocations.cpp1320 RelExpr expr = target.getRelExpr(type, sym, relocatedAddr); in scanOne()