Searched refs:adjustGotPcExpr (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Target.cpp | 157 RelExpr TargetInfo::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in TargetInfo
|
D | Target.h | 152 virtual RelExpr adjustGotPcExpr(RelType type, int64_t addend,
|
D | Relocations.cpp | 1384 expr = target->adjustGotPcExpr(type, addend, relocatedAddr); in scanReloc()
|
/external/llvm-project/lld/ELF/Arch/ |
D | X86_64.cpp | 43 RelExpr adjustGotPcExpr(RelType type, int64_t addend, 731 RelExpr X86_64::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in X86_64
|
D | PPC64.cpp | 386 RelExpr adjustGotPcExpr(RelType type, int64_t addend, 1402 RelExpr PPC64::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr() function in PPC64
|