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