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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp278 typedef typename Impl::TargetPtrT TargetPtrT; typedef
290 TargetPtrT FDELocation = readBytesUnaligned(P, sizeof(TargetPtrT));
291 TargetPtrT NewLocation = FDELocation - DeltaForText;
292 writeBytesUnaligned(NewLocation, P, sizeof(TargetPtrT));
294 P += sizeof(TargetPtrT);
297 P += sizeof(TargetPtrT);
302 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT));
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h22 typedef uint64_t TargetPtrT; typedef in class:llvm::RuntimeDyldELFMips
H A DRuntimeDyldMachOX86_64.h23 typedef uint64_t TargetPtrT; typedef in class:llvm::RuntimeDyldMachOX86_64
H A DRuntimeDyldMachOI386.h23 typedef uint32_t TargetPtrT; typedef in class:llvm::RuntimeDyldMachOI386
H A DRuntimeDyldMachOARM.h26 typedef uint32_t TargetPtrT; typedef in class:llvm::RuntimeDyldMachOARM
H A DRuntimeDyldMachOAArch64.h23 typedef uint64_t TargetPtrT; typedef in class:llvm::RuntimeDyldMachOAArch64

Completed in 154 milliseconds