Home
last modified time | relevance | path

Searched refs:TargetPtrT (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp273 typedef typename Impl::TargetPtrT TargetPtrT; in processFDE() typedef
285 TargetPtrT FDELocation = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE()
286 TargetPtrT NewLocation = FDELocation - DeltaForText; in processFDE()
287 writeBytesUnaligned(NewLocation, P, sizeof(TargetPtrT)); in processFDE()
289 P += sizeof(TargetPtrT); in processFDE()
292 P += sizeof(TargetPtrT); in processFDE()
297 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE()
298 TargetPtrT NewLSDA = LSDA - DeltaForEH; in processFDE()
299 writeBytesUnaligned(NewLSDA, P, sizeof(TargetPtrT)); in processFDE()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp278 typedef typename Impl::TargetPtrT TargetPtrT; in processFDE() typedef
290 TargetPtrT FDELocation = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE()
291 TargetPtrT NewLocation = FDELocation - DeltaForText; in processFDE()
292 writeBytesUnaligned(NewLocation, P, sizeof(TargetPtrT)); in processFDE()
294 P += sizeof(TargetPtrT); in processFDE()
297 P += sizeof(TargetPtrT); in processFDE()
302 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE()
303 TargetPtrT NewLSDA = LSDA - DeltaForEH; in processFDE()
304 writeBytesUnaligned(NewLSDA, P, sizeof(TargetPtrT)); in processFDE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp278 typedef typename Impl::TargetPtrT TargetPtrT; in processFDE() typedef
290 TargetPtrT FDELocation = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE()
291 TargetPtrT NewLocation = FDELocation - DeltaForText; in processFDE()
292 writeBytesUnaligned(NewLocation, P, sizeof(TargetPtrT)); in processFDE()
294 P += sizeof(TargetPtrT); in processFDE()
297 P += sizeof(TargetPtrT); in processFDE()
302 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE()
303 TargetPtrT NewLSDA = LSDA - DeltaForEH; in processFDE()
304 writeBytesUnaligned(NewLSDA, P, sizeof(TargetPtrT)); in processFDE()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.h21 typedef uint64_t TargetPtrT; typedef
DRuntimeDyldMachOI386.h22 typedef uint32_t TargetPtrT; typedef
DRuntimeDyldMachOX86_64.h22 typedef uint64_t TargetPtrT; typedef
DRuntimeDyldMachOARM.h25 typedef uint32_t TargetPtrT; typedef
DRuntimeDyldMachOAArch64.h23 typedef uint64_t TargetPtrT; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.h22 typedef uint64_t TargetPtrT; typedef
DRuntimeDyldMachOI386.h23 typedef uint32_t TargetPtrT; typedef
DRuntimeDyldMachOX86_64.h23 typedef uint64_t TargetPtrT; typedef
DRuntimeDyldMachOARM.h26 typedef uint32_t TargetPtrT; typedef
DRuntimeDyldMachOAArch64.h23 typedef uint64_t TargetPtrT; typedef
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h24 typedef uint32_t TargetPtrT; typedef
DRuntimeDyldMachOX86_64.h24 typedef uint64_t TargetPtrT; typedef
DRuntimeDyldMachOARM.h27 typedef uint32_t TargetPtrT; typedef
DRuntimeDyldMachOAArch64.h24 typedef uint64_t TargetPtrT; typedef