| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | MSP430.cpp | 34 RelExpr getRelExpr(RelType type, const Symbol &s, 46 RelExpr MSP430::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in MSP430
|
| H A D | SPARCV9.cpp | 24 RelExpr getRelExpr(RelType type, const Symbol &s, 47 RelExpr SPARCV9::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in SPARCV9
|
| H A D | AMDGPU.cpp | 35 RelExpr getRelExpr(RelType type, const Symbol &s, 179 RelExpr AMDGPU::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AMDGPU
|
| H A D | AVR.cpp | 47 RelExpr getRelExpr(RelType type, const Symbol &s, 57 RelExpr AVR::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AVR
|
| H A D | SystemZ.cpp | 27 RelExpr getRelExpr(RelType type, const Symbol &s, 82 RelExpr SystemZ::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in SystemZ
|
| H A D | LoongArch.cpp | 36 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 D | Hexagon.cpp | 36 RelExpr getRelExpr(RelType type, const Symbol &s, 102 RelExpr Hexagon::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in Hexagon
|
| H A D | PPC.cpp | 28 RelExpr getRelExpr(RelType type, const Symbol &s, 222 RelExpr PPC::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in PPC
|
| H A D | X86.cpp | 26 RelExpr getRelExpr(RelType type, const Symbol &s, 77 RelExpr X86::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in X86
|
| H A D | Mips.cpp | 26 RelExpr getRelExpr(RelType type, const Symbol &s, 75 RelExpr MIPS<ELFT>::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in MIPS
|
| H A D | AArch64.cpp | 67 RelExpr getRelExpr(RelType type, const Symbol &s, 134 RelExpr AArch64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in AArch64
|
| H A D | X86_64.cpp | 31 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 D | PPC64.cpp | 172 RelExpr getRelExpr(RelType type, const Symbol &s, 993 RelExpr PPC64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() function in PPC64
|
| H A D | RISCV.cpp | 42 RelExpr getRelExpr(RelType type, const Symbol &s, 263 RelExpr RISCV::getRelExpr(const RelType type, const Symbol &s, in getRelExpr() function in RISCV
|
| H A D | ARM.cpp | 32 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 D | Target.h | 34 virtual RelExpr getRelExpr(RelType type, const Symbol &s,
|
| H A D | InputSection.cpp | 529 target.getRelExpr(type, sym, bufLoc) == RE_MIPS_GOTREL) { in copyRelocations() 1050 RelExpr expr = target.getRelExpr(type, sym, bufLoc); in relocateNonAlloc()
|
| H A D | Relocations.cpp | 1521 ctx.target->getRelExpr(type, sym, sec->content().data() + offset); in scanOne()
|