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

/freebsd-current/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, function in class:MSP430
H A DAMDGPU.cpp34 RelExpr getRelExpr(RelType type, const Symbol &s,
158 RelExpr AMDGPU::getRelExpr(RelType type, const Symbol &s, function in class:AMDGPU
H A DSPARCV9.cpp25 RelExpr getRelExpr(RelType type, const Symbol &s,
48 RelExpr SPARCV9::getRelExpr(RelType type, const Symbol &s, function in class:SPARCV9
H A DAVR.cpp48 RelExpr getRelExpr(RelType type, const Symbol &s,
58 RelExpr AVR::getRelExpr(RelType type, const Symbol &s, function in class:AVR
H A DSystemZ.cpp28 RelExpr getRelExpr(RelType type, const Symbol &s,
83 RelExpr SystemZ::getRelExpr(RelType type, const Symbol &s, function in class:SystemZ
H A DHexagon.cpp29 RelExpr getRelExpr(RelType type, const Symbol &s,
91 RelExpr Hexagon::getRelExpr(RelType type, const Symbol &s, function in class:Hexagon
H A DX86.cpp27 RelExpr getRelExpr(RelType type, const Symbol &s,
72 RelExpr X86::getRelExpr(RelType type, const Symbol &s, function in class:X86
H A DPPC.cpp30 RelExpr getRelExpr(RelType type, const Symbol &s,
218 RelExpr PPC::getRelExpr(RelType type, const Symbol &s, function in class:PPC
H A DLoongArch.cpp35 RelExpr getRelExpr(RelType type, const Symbol &s,
372 RelExpr LoongArch::getRelExpr(const RelType type, const Symbol &s,
461 // feasible with the current function signature of getRelExpr that doesn't
H A DX86_64.cpp31 RelExpr getRelExpr(RelType type, const Symbol &s,
349 RelExpr X86_64::getRelExpr(RelType type, const Symbol &s, function in class:X86_64
H A DAArch64.cpp35 RelExpr getRelExpr(RelType type, const Symbol &s,
93 RelExpr AArch64::getRelExpr(RelType type, const Symbol &s, function in class:AArch64
H A DMips.cpp28 RelExpr getRelExpr(RelType type, const Symbol &s,
77 RelExpr MIPS<ELFT>::getRelExpr(RelType type, const Symbol &s, function in class:MIPS
H A DPPC64.cpp174 RelExpr getRelExpr(RelType type, const Symbol &s,
992 RelExpr PPC64::getRelExpr(RelType type, const Symbol &s, function in class:__anon1302::PPCLegacyInsn::PPC64
H A DRISCV.cpp42 RelExpr getRelExpr(RelType type, const Symbol &s,
263 RelExpr RISCV::getRelExpr(const RelType type, const Symbol &s, function in class:RISCV
H A DARM.cpp33 RelExpr getRelExpr(RelType type, const Symbol &s,
99 RelExpr ARM::getRelExpr(RelType type, const Symbol &s, function in class:__anon1294::ARM
/freebsd-current/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) {
928 RelExpr expr = target.getRelExpr(type, sym, bufLoc);
H A DRelocations.cpp1415 RelExpr expr = target->getRelExpr(type, sym, sec->content().data() + offset);

Completed in 130 milliseconds