Searched refs:adjustRelaxExpr (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DTarget.cpp153 RelExpr TargetInfo::adjustRelaxExpr(RelType type, const uint8_t *data, function in class:lld::elf::TargetInfo
H A DTarget.h130 virtual RelExpr adjustRelaxExpr(RelType type, const uint8_t *data,
H A DRelocations.cpp202 {target->adjustRelaxExpr(type, nullptr, R_RELAX_TLS_LD_TO_LE), type,
223 {target->adjustRelaxExpr(type, nullptr, R_RELAX_TLS_LD_TO_LE), type,
272 {target->adjustRelaxExpr(type, nullptr, R_RELAX_TLS_GD_TO_IE), type,
281 {target->adjustRelaxExpr(type, nullptr, R_RELAX_TLS_GD_TO_LE), type,
1310 expr = target->adjustRelaxExpr(type, relocatedAddr, expr);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp48 RelExpr adjustRelaxExpr(RelType type, const uint8_t *data,
359 RelExpr PPC::adjustRelaxExpr(RelType type, const uint8_t *data, function in class:lld::elf::PPC
H A DX86_64.cpp40 RelExpr adjustRelaxExpr(RelType type, const uint8_t *data,
404 RelExpr X86_64::adjustRelaxExpr(RelType type, const uint8_t *data, function in class:lld::elf::X86_64
H A DX86.cpp40 RelExpr adjustRelaxExpr(RelType type, const uint8_t *data,
160 RelExpr X86::adjustRelaxExpr(RelType type, const uint8_t *data, function in class:lld::elf::X86
H A DAArch64.cpp49 RelExpr adjustRelaxExpr(RelType type, const uint8_t *data,
158 RelExpr AArch64::adjustRelaxExpr(RelType type, const uint8_t *data, function in class:lld::elf::AArch64
H A DPPC64.cpp215 RelExpr adjustRelaxExpr(RelType type, const uint8_t *data,
949 RelExpr PPC64::adjustRelaxExpr(RelType type, const uint8_t *data, function in class:lld::elf::PPC64

Completed in 184 milliseconds