Searched refs:Pointer64 (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DArchitectures.hpp42 typedef Pointer64<LittleEndian> P;
53 typedef Pointer64<LittleEndian> P;
H A DMachOFileAbstraction.hpp148 template <> struct macho_segment_content<Pointer64<BigEndian> > { segment_command_64 fields; enum { CMD = LC_SEGMENT_64 }; };
150 template <> struct macho_segment_content<Pointer64<LittleEndian> > { segment_command_64 fields; enum { CMD = LC_SEGMENT_64 }; };
203 template <> struct macho_section_content<Pointer64<BigEndian> > { section_64 fields; };
205 template <> struct macho_section_content<Pointer64<LittleEndian> > { section_64 fields; };
428 template <> struct macho_routines_content<Pointer64<BigEndian> > { routines_command_64 fields; enum { CMD = LC_ROUTINES_64 }; };
430 template <> struct macho_routines_content<Pointer64<LittleEndian> > { routines_command_64 fields; enum { CMD = LC_ROUTINES_64 }; };
662 template <> struct macho_nlist_content<Pointer64<BigEndian> > { struct nlist_64 fields; };
664 template <> struct macho_nlist_content<Pointer64<LittleEndian> > { struct nlist_64 fields; };
763 template <> struct macho_header_content<Pointer64<BigEndian> > { mach_header_64 fields; };
765 template <> struct macho_header_content<Pointer64<LittleEndia
[all...]
H A DFileAbstraction.hpp141 class Pointer64 class
/macosx-10.10.1/libunwind-35.3/src/
H A DFileAbstraction.hpp129 class Pointer64 class
H A Dlibuwind.cxx97 new ((void*)cursor) UnwindCursor<OtherAddressSpace<Pointer64<LittleEndian> >,
H A DAddressSpace.hpp406 OtherAddressSpace<Pointer64<LittleEndian> > oas;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DModule.h154 enum PointerSize { AnyPointerSize, Pointer32, Pointer64 }; enumerator in enum:llvm::Module::PointerSize
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DModule.cpp102 ret = Pointer64;

Completed in 189 milliseconds