Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h21 typedef uint64_t TargetPtrT; typedef
H A DRuntimeDyldMachOX86_64.h22 typedef uint64_t TargetPtrT; typedef
H A DRuntimeDyldMachOI386.h22 typedef uint32_t TargetPtrT; typedef
H A DRuntimeDyldMachOAArch64.h23 typedef uint64_t TargetPtrT; typedef
H A DRuntimeDyldMachOARM.h25 typedef uint32_t TargetPtrT; typedef
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp278 typedef typename Impl::TargetPtrT TargetPtrT; in processFDE() typedef