Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h22 typedef uint64_t TargetPtrT; typedef
H A DRuntimeDyldMachOX86_64.h23 typedef uint64_t TargetPtrT; typedef
H A DRuntimeDyldMachOI386.h23 typedef uint32_t TargetPtrT; typedef
H A DRuntimeDyldMachOAArch64.h23 typedef uint64_t TargetPtrT; typedef
H A DRuntimeDyldMachOARM.h26 typedef uint32_t TargetPtrT; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp278 typedef typename Impl::TargetPtrT TargetPtrT; in processFDE() typedef