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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h57 int64_t memcpyAddend(const RelocationEntry &RE) const;
63 /// memcpyAddend method can be used to read the immediate.
H A DRuntimeDyldMachO.cpp46 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const { function in class:llvm::RuntimeDyldMachO
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h51 RE.Addend = memcpyAddend(RE);
H A DRuntimeDyldMachOI386.h68 RE.Addend = memcpyAddend(RE);
H A DRuntimeDyldMachOARM.h69 return memcpyAddend(RE);

Completed in 104 milliseconds