Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.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()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldELFMips.h21 typedef uint64_t TargetPtrT; typedef
HDRuntimeDyldMachOX86_64.h22 typedef uint64_t TargetPtrT; typedef
HDRuntimeDyldMachOI386.h22 typedef uint32_t TargetPtrT; typedef
HDRuntimeDyldMachOARM.h25 typedef uint32_t TargetPtrT; typedef
HDRuntimeDyldMachOAArch64.h23 typedef uint64_t TargetPtrT; typedef