Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h22 typedef uint64_t TargetPtrT; typedef
H A DRuntimeDyldMachOI386.h23 typedef uint32_t TargetPtrT; typedef
H A DRuntimeDyldMachOX86_64.h23 typedef uint64_t TargetPtrT; typedef
H A DRuntimeDyldMachOARM.h26 typedef uint32_t TargetPtrT; typedef
H A DRuntimeDyldMachOAArch64.h23 typedef uint64_t TargetPtrT; typedef