Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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,
158 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.cpp48 RelExpr getRelExpr(RelType type, const Symbol &s,
58 RelExpr AVR::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AVR
H A DHexagon.cpp29 RelExpr getRelExpr(RelType type, const Symbol &s,
91 RelExpr Hexagon::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in Hexagon
H A DSystemZ.cpp28 RelExpr getRelExpr(RelType type, const Symbol &s,
83 RelExpr SystemZ::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in SystemZ
H A DPPC.cpp30 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,
72 RelExpr X86::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in X86
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 DLoongArch.cpp35 RelExpr getRelExpr(RelType type, const Symbol &s,
372 RelExpr LoongArch::getRelExpr(const RelType type, const Symbol &s, in getRelExpr() function in LoongArch
H A DAArch64.cpp35 RelExpr getRelExpr(RelType type, const Symbol &s,
93 RelExpr AArch64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AArch64
H A DX86_64.cpp31 RelExpr getRelExpr(RelType type, const Symbol &s,
349 RelExpr X86_64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in X86_64
H A DARM.cpp33 RelExpr getRelExpr(RelType type, const Symbol &s,
99 RelExpr ARM::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in ARM
H A DRISCV.cpp42 RelExpr getRelExpr(RelType type, const Symbol &s,
263 RelExpr RISCV::getRelExpr(const RelType type, const Symbol &s, in getRelExpr() function in RISCV
H A DPPC64.cpp174 RelExpr getRelExpr(RelType type, const Symbol &s,
992 RelExpr PPC64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in PPC64
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.h33 virtual RelExpr getRelExpr(RelType type, const Symbol &s,
H A DInputSection.cpp450 target.getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) { in copyRelocations()
928 RelExpr expr = target.getRelExpr(type, sym, bufLoc); in relocateNonAlloc()
H A DRelocations.cpp1415 RelExpr expr = target->getRelExpr(type, sym, sec->content().data() + offset); in scanOne()