Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DAVR.cpp47 RelExpr getRelExpr(RelType Type, const Symbol &S,
55 RelExpr AVR::getRelExpr(RelType Type, const Symbol &S, in getRelExpr() function in AVR
H A DPPC.cpp26 RelExpr getRelExpr(RelType Type, const Symbol &S,
37 RelExpr PPC::getRelExpr(RelType Type, const Symbol &S, in getRelExpr() function in PPC
H A DMSP430.cpp37 RelExpr getRelExpr(RelType Type, const Symbol &S,
48 RelExpr MSP430::getRelExpr(RelType Type, const Symbol &S, in getRelExpr() function in MSP430
H A DAMDGPU.cpp30 RelExpr getRelExpr(RelType Type, const Symbol &S,
82 RelExpr AMDGPU::getRelExpr(RelType Type, const Symbol &S, in getRelExpr() function in AMDGPU
H A DSPARCV9.cpp27 RelExpr getRelExpr(RelType Type, const Symbol &S,
50 RelExpr SPARCV9::getRelExpr(RelType Type, const Symbol &S, in getRelExpr() function in SPARCV9
H A DHexagon.cpp31 RelExpr getRelExpr(RelType Type, const Symbol &S,
87 RelExpr Hexagon::getRelExpr(RelType Type, const Symbol &S, in getRelExpr() function in Hexagon
H A DRISCV.cpp26 RelExpr getRelExpr(RelType Type, const Symbol &S,
63 RelExpr RISCV::getRelExpr(const RelType Type, const Symbol &S, in getRelExpr() function in RISCV
H A DAArch64.cpp35 RelExpr getRelExpr(RelType Type, const Symbol &S,
78 RelExpr AArch64::getRelExpr(RelType Type, const Symbol &S, in getRelExpr() function in AArch64
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 DARM.cpp30 RelExpr getRelExpr(RelType Type, const Symbol &S,
84 RelExpr ARM::getRelExpr(RelType Type, const Symbol &S, in getRelExpr() function in ARM
H A DX86_64.cpp29 RelExpr getRelExpr(RelType Type, const Symbol &S,
78 RelExpr X86_64<ELFT>::getRelExpr(RelType Type, const Symbol &S, in getRelExpr() function in X86_64
H A DPPC64.cpp107 RelExpr getRelExpr(RelType Type, const Symbol &S,
413 RelExpr PPC64::getRelExpr(RelType Type, const Symbol &S, in getRelExpr() function in PPC64
H A DMips.cpp32 RelExpr getRelExpr(RelType Type, const Symbol &S,
81 RelExpr MIPS<ELFT>::getRelExpr(RelType Type, const Symbol &S, in getRelExpr() function in MIPS
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h77 virtual RelExpr getRelExpr(RelType Type, const Symbol &S,
H A DInputSection.cpp452 Target->getRelExpr(Type, Sym, BufLoc) == R_MIPS_GOTREL) { in copyRelocations()
800 RelExpr Expr = Target->getRelExpr(Type, Sym, BufLoc); in relocateNonAlloc()
H A DRelocations.cpp1006 RelExpr Expr = Target->getRelExpr(Type, Sym, RelocatedAddr); in scanReloc()