Home
last modified time | relevance | path

Searched defs:relaxGot (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/
DTarget.cpp162 void TargetInfo::relaxGot(uint8_t *loc, const Relocation &rel, in relaxGot() function in TargetInfo
/external/llvm-project/lld/ELF/Arch/
DX86_64.cpp831 void X86_64::relaxGot(uint8_t *loc, const Relocation &, uint64_t val) const { in relaxGot() function in X86_64
DPPC64.cpp641 void PPC64::relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relaxGot() function in PPC64