/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 273 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/ |
D | RuntimeDyldMachO.cpp | 278 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/ |
D | RuntimeDyldMachO.cpp | 278 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/ |
D | RuntimeDyldELFMips.h | 21 typedef uint64_t TargetPtrT; typedef
|
D | RuntimeDyldMachOI386.h | 22 typedef uint32_t TargetPtrT; typedef
|
D | RuntimeDyldMachOX86_64.h | 22 typedef uint64_t TargetPtrT; typedef
|
D | RuntimeDyldMachOARM.h | 25 typedef uint32_t TargetPtrT; typedef
|
D | RuntimeDyldMachOAArch64.h | 23 typedef uint64_t TargetPtrT; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.h | 22 typedef uint64_t TargetPtrT; typedef
|
D | RuntimeDyldMachOI386.h | 23 typedef uint32_t TargetPtrT; typedef
|
D | RuntimeDyldMachOX86_64.h | 23 typedef uint64_t TargetPtrT; typedef
|
D | RuntimeDyldMachOARM.h | 26 typedef uint32_t TargetPtrT; typedef
|
D | RuntimeDyldMachOAArch64.h | 23 typedef uint64_t TargetPtrT; typedef
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 24 typedef uint32_t TargetPtrT; typedef
|
D | RuntimeDyldMachOX86_64.h | 24 typedef uint64_t TargetPtrT; typedef
|
D | RuntimeDyldMachOARM.h | 27 typedef uint32_t TargetPtrT; typedef
|
D | RuntimeDyldMachOAArch64.h | 24 typedef uint64_t TargetPtrT; typedef
|