Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DMSP430.cpp36 RelExpr getRelExpr(RelType type, const Symbol &s,
48 RelExpr MSP430::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in MSP430
DAMDGPU.cpp30 RelExpr getRelExpr(RelType type, const Symbol &s,
83 RelExpr AMDGPU::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AMDGPU
DAVR.cpp46 RelExpr getRelExpr(RelType type, const Symbol &s,
55 RelExpr AVR::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AVR
DSPARCV9.cpp26 RelExpr getRelExpr(RelType type, const Symbol &s,
50 RelExpr SPARCV9::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in SPARCV9
DHexagon.cpp30 RelExpr getRelExpr(RelType type, const Symbol &s,
91 RelExpr Hexagon::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in Hexagon
DPPC.cpp27 RelExpr getRelExpr(RelType type, const Symbol &s,
217 RelExpr PPC::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in PPC
DX86.cpp27 RelExpr getRelExpr(RelType type, const Symbol &s,
77 RelExpr X86::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in X86
DRISCV.cpp33 RelExpr getRelExpr(RelType type, const Symbol &s,
189 RelExpr RISCV::getRelExpr(const RelType type, const Symbol &s, in getRelExpr() function in RISCV
DAArch64.cpp34 RelExpr getRelExpr(RelType type, const Symbol &s,
81 RelExpr AArch64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AArch64
DARM.cpp29 RelExpr getRelExpr(RelType type, const Symbol &s,
86 RelExpr ARM::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in ARM
DMips.cpp29 RelExpr getRelExpr(RelType type, const Symbol &s,
80 RelExpr MIPS<ELFT>::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in MIPS
DX86_64.cpp30 RelExpr getRelExpr(RelType type, const Symbol &s,
311 RelExpr X86_64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in X86_64
DPPC64.cpp369 RelExpr getRelExpr(RelType type, const Symbol &s,
942 RelExpr PPC64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in PPC64
/external/llvm-project/lld/ELF/
DTarget.h29 virtual RelExpr getRelExpr(RelType type, const Symbol &s,
DInputSection.cpp477 target->getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) { in copyRelocations()
892 RelExpr expr = target->getRelExpr(type, sym, bufLoc); in relocateNonAlloc()
DRelocations.cpp1309 RelExpr expr = target->getRelExpr(type, sym, relocatedAddr); in scanReloc()