Searched refs:adjustGotPcExpr (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Target.cpp | 150 RelExpr TargetInfo::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in TargetInfo
|
| H A D | Target.h | 157 virtual RelExpr adjustGotPcExpr(RelType type, int64_t addend,
|
| H A D | Relocations.cpp | 1412 expr = target.adjustGotPcExpr(type, addend, relocatedAddr); in scanOne()
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | X86_64.cpp | 44 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 D | PPC64.cpp | 382 RelExpr adjustGotPcExpr(RelType type, int64_t addend, 1428 RelExpr PPC64::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in PPC64
|