Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.h57 int64_t memcpyAddend(const RelocationEntry &RE) const;
HDRuntimeDyldMachO.cpp46 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const { in memcpyAddend() function in llvm::RuntimeDyldMachO
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOI386.h67 RE.Addend = memcpyAddend(RE); in processRelocationRef()
HDRuntimeDyldMachOX86_64.h50 RE.Addend = memcpyAddend(RE); in processRelocationRef()
HDRuntimeDyldMachOARM.h68 return memcpyAddend(RE); in decodeAddend()