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

/external/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h38 static inline bool isARMArea1Register(unsigned Reg, bool isIOS) { argument
47 return !isIOS;
53 static inline bool isARMArea2Register(unsigned Reg, bool isIOS) { argument
58 return isIOS;
64 static inline bool isARMArea3Register(unsigned Reg, bool isIOS) { argument
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py163 self.isIOS = False
176 self.isIOS = True
271 if self.isIOS:
285 if self.isIOS:
335 if self.spec['type'] in ('shared_library') or self.isIOS:
946 if not (self.isIOS and self.spec['type'] == 'executable'):
1043 if self.isIOS:
1056 if self.isIOS:

Completed in 515 milliseconds