Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMSP430.cpp34 RelExpr getRelExpr(RelType type, const Symbol &s,
46 RelExpr MSP430::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in MSP430
H A DSPARCV9.cpp24 RelExpr getRelExpr(RelType type, const Symbol &s,
47 RelExpr SPARCV9::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in SPARCV9
H A DAMDGPU.cpp35 RelExpr getRelExpr(RelType type, const Symbol &s,
179 RelExpr AMDGPU::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AMDGPU
H A DAVR.cpp47 RelExpr getRelExpr(RelType type, const Symbol &s,
57 RelExpr AVR::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AVR
H A DSystemZ.cpp27 RelExpr getRelExpr(RelType type, const Symbol &s,
82 RelExpr SystemZ::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in SystemZ
H A DLoongArch.cpp36 RelExpr getRelExpr(RelType type, const Symbol &s,
404 RelExpr LoongArch::getRelExpr(const RelType type, const Symbol &s, in getRelExpr() function in LoongArch
1305 rel.expr = getRelExpr(rel.type, *rel.sym, loc); in relocateAlloc()
1333 rel.expr = getRelExpr(rel.type, *rel.sym, loc); in relocateAlloc()
1353 rel.expr = getRelExpr(rel.type, *rel.sym, loc); in relocateAlloc()
H A DHexagon.cpp36 RelExpr getRelExpr(RelType type, const Symbol &s,
102 RelExpr Hexagon::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in Hexagon
H A DPPC.cpp28 RelExpr getRelExpr(RelType type, const Symbol &s,
222 RelExpr PPC::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in PPC
H A DX86.cpp26 RelExpr getRelExpr(RelType type, const Symbol &s,
77 RelExpr X86::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in X86
H A DMips.cpp26 RelExpr getRelExpr(RelType type, const Symbol &s,
75 RelExpr MIPS<ELFT>::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in MIPS
H A DAArch64.cpp67 RelExpr getRelExpr(RelType type, const Symbol &s,
134 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,
364 RelExpr X86_64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in X86_64
H A DPPC64.cpp172 RelExpr getRelExpr(RelType type, const Symbol &s,
993 RelExpr PPC64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in PPC64
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 DARM.cpp32 RelExpr getRelExpr(RelType type, const Symbol &s,
102 RelExpr ARM::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in ARM
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h34 virtual RelExpr getRelExpr(RelType type, const Symbol &s,
H A DInputSection.cpp529 target.getRelExpr(type, sym, bufLoc) == RE_MIPS_GOTREL) { in copyRelocations()
1050 RelExpr expr = target.getRelExpr(type, sym, bufLoc); in relocateNonAlloc()
H A DRelocations.cpp1521 ctx.target->getRelExpr(type, sym, sec->content().data() + offset); in scanOne()