Searched refs:getArchitecture (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp56 virtual cpu_type_t getArchitecture() const = 0;
70 virtual cpu_type_t getArchitecture() const;
173 template <> cpu_type_t Rebaser<x86>::getArchitecture() const { return CPU_TYPE_I386; } function in class:Rebaser
174 template <> cpu_type_t Rebaser<x86_64>::getArchitecture() const { return CPU_TYPE_X86_64; } function in class:Rebaser
175 template <> cpu_type_t Rebaser<arm>::getArchitecture() const { return CPU_TYPE_ARM; } function in class:Rebaser
176 template <> cpu_type_t Rebaser<arm64>::getArchitecture() const { return CPU_TYPE_ARM64; } function in class:Rebaser
713 if ( (getArchitecture() == CPU_TYPE_X86_64) && (strcmp(seg->segname(), "__TEXT") == 0) ) {
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dpkg_genc.c646 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { function
1024 getArchitecture(&cpu, &bits, &makeBigEndian, optMatchArch);

Completed in 132 milliseconds