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