Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h58 int64_t memcpyAddend(const RelocationEntry &RE) const;
H A DRuntimeDyldMachO.cpp47 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const { in memcpyAddend() function in llvm::RuntimeDyldMachO
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h69 RE.Addend = memcpyAddend(RE); in processRelocationRef()
H A DRuntimeDyldMachOX86_64.h52 RE.Addend = memcpyAddend(RE); in processRelocationRef()
H A DRuntimeDyldMachOARM.h70 return memcpyAddend(RE); in decodeAddend()