Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp44 void relaxGotLoad(uint8_t *loc, uint8_t type) const override;
198 void X86_64::relaxGotLoad(uint8_t *loc, uint8_t type) const { in relaxGotLoad() function in X86_64
H A DARM64Common.cpp94 void ARM64Common::relaxGotLoad(uint8_t *loc, uint8_t type) const { in relaxGotLoad() function in ARM64Common
H A DARM64Common.h29 void relaxGotLoad(uint8_t *loc, uint8_t type) const override;
/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h82 virtual void relaxGotLoad(uint8_t *loc, uint8_t type) const = 0;
H A DInputSection.cpp242 target->relaxGotLoad(loc, r.type); in writeTo()