Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h58 int64_t memcpyAddend(const RelocationEntry &RE) const;
DRuntimeDyldMachO.cpp47 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const { in memcpyAddend() function in llvm::RuntimeDyldMachO
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h58 int64_t memcpyAddend(const RelocationEntry &RE) const;
DRuntimeDyldMachO.cpp46 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const { in memcpyAddend() function in llvm::RuntimeDyldMachO
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h52 RE.Addend = memcpyAddend(RE); in processRelocationRef()
DRuntimeDyldMachOI386.h69 RE.Addend = memcpyAddend(RE); in processRelocationRef()
DRuntimeDyldMachOARM.h68 return memcpyAddend(RE); in decodeAddend()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h69 RE.Addend = memcpyAddend(RE); in processRelocationRef()
DRuntimeDyldMachOX86_64.h52 RE.Addend = memcpyAddend(RE); in processRelocationRef()
DRuntimeDyldMachOARM.h43 return memcpyAddend(RE); in decodeAddend()