Searched refs:memcpyAddend (Results 1 – 5 of 5) sorted by relevance
58 int64_t memcpyAddend(const RelocationEntry &RE) const;
46 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const { in memcpyAddend() function in llvm::RuntimeDyldMachO
69 RE.Addend = memcpyAddend(RE); in processRelocationRef()
52 RE.Addend = memcpyAddend(RE); in processRelocationRef()
43 return memcpyAddend(RE); in decodeAddend()