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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.cpp153 RelExpr TargetInfo::adjustRelaxExpr(RelType type, const uint8_t *data, function in class:TargetInfo
H A DTarget.h151 virtual RelExpr adjustRelaxExpr(RelType type, const uint8_t *data,
H A DRelocations.cpp222 {target->adjustRelaxExpr(type, nullptr, R_RELAX_TLS_LD_TO_LE), type,
243 {target->adjustRelaxExpr(type, nullptr, R_RELAX_TLS_LD_TO_LE), type,
292 {target->adjustRelaxExpr(type, nullptr, R_RELAX_TLS_GD_TO_IE), type,
301 {target->adjustRelaxExpr(type, nullptr, R_RELAX_TLS_GD_TO_LE), type,
1339 expr = target->adjustRelaxExpr(type, relocatedAddr, expr);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp48 RelExpr adjustRelaxExpr(RelType type, const uint8_t *data,
363 RelExpr PPC::adjustRelaxExpr(RelType type, const uint8_t *data, function in class:PPC
H A DAArch64.cpp49 RelExpr adjustRelaxExpr(RelType type, const uint8_t *data,
162 RelExpr AArch64::adjustRelaxExpr(RelType type, const uint8_t *data, function in class:AArch64
H A DX86.cpp40 RelExpr adjustRelaxExpr(RelType type, const uint8_t *data,
164 RelExpr X86::adjustRelaxExpr(RelType type, const uint8_t *data, function in class:X86
H A DPPC64.cpp294 RelExpr adjustRelaxExpr(RelType type, const uint8_t *data,
1092 RelExpr PPC64::adjustRelaxExpr(RelType type, const uint8_t *data, function in class:PPC64
H A DX86_64.cpp43 RelExpr adjustRelaxExpr(RelType type, const uint8_t *data,
731 RelExpr X86_64::adjustRelaxExpr(RelType type, const uint8_t *data, function in class:X86_64

Completed in 122 milliseconds