Searched refs:relaxGotLoad (Results 1 – 5 of 5) sorted by relevance
44 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
94 void ARM64Common::relaxGotLoad(uint8_t *loc, uint8_t type) const { in relaxGotLoad() function in ARM64Common
29 void relaxGotLoad(uint8_t *loc, uint8_t type) const override;
82 virtual void relaxGotLoad(uint8_t *loc, uint8_t type) const = 0;
242 target->relaxGotLoad(loc, r.type); in writeTo()