Searched refs:target_is_x86 (Results 1 – 2 of 2) sorted by relevance
259 def target_is_x86(self): member in PlatformInfo1037 if self.pi.target_is_x86():1081 include64 = not pi.target_is_x86() and not pi.current_is_x86()1083 include32 = pi.target_is_x86() or pi.current_is_x86()
1497 def target_is_x86(): function