Home
last modified time | relevance | path

Searched refs:adjustGotPcExpr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DTarget.cpp150 RelExpr TargetInfo::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in TargetInfo
H A DTarget.h157 virtual RelExpr adjustGotPcExpr(RelType type, int64_t addend,
H A DRelocations.cpp1412 expr = target.adjustGotPcExpr(type, addend, relocatedAddr); in scanOne()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DX86_64.cpp44 RelExpr adjustGotPcExpr(RelType type, int64_t addend,
803 RelExpr X86_64::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in X86_64
H A DPPC64.cpp382 RelExpr adjustGotPcExpr(RelType type, int64_t addend,
1428 RelExpr PPC64::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in PPC64