Searched refs:platformIsDarwin (Results 1 – 24 of 24) sorted by relevance
155 def platformIsDarwin(): function161 if not platformIsDarwin():187 if platformIsDarwin():
936 self.darwinWithFramework = self.platformIsDarwin()1388 def platformIsDarwin(self): member in Base1390 return lldbplatformutil.platformIsDarwin()1482 … if self.platformIsDarwin() or self.getPlatform() == "freebsd" or self.getPlatform() == "openbsd":1725 if not use_libstdcxx and self.platformIsDarwin():1743 if self.platformIsDarwin() or self.getPlatform() == "freebsd":
760 if lldbplatformutil.target_is_android() or lldbplatformutil.platformIsDarwin():833 if not lldbplatformutil.platformIsDarwin():
631 target_platform = 'darwin' if self.platformIsDarwin() else self.getPlatform()
805 if test.platformIsDarwin():
67 if not self.platformIsDarwin():91 if self.platformIsDarwin():
74 if self.platformIsDarwin():98 if self.platformIsDarwin():
31 if self.platformIsDarwin():46 if self.platformIsDarwin():
89 if self.platformIsDarwin():194 if self.platformIsDarwin():
67 if self.platformIsDarwin():
53 if self.platformIsDarwin():99 if self.platformIsDarwin():163 if self.platformIsDarwin():
59 if self.platformIsDarwin():
29 if not (self.platformIsDarwin() and self.getArchitecture() == "x86_64"):
51 if self.platformIsDarwin():
56 if self.platformIsDarwin():
91 if self.platformIsDarwin():
65 if self.platformIsDarwin():
125 is_alternate_layout = ('arm' in self.getArchitecture()) and self.platformIsDarwin()
22 … return (self.getArchitecture() in ['armv7', 'armv7k', 'arm64_32']) and self.platformIsDarwin()
49 if self.platformIsDarwin() or self.getPlatform() == "linux":
165 if self.platformIsDarwin() and self.getCompiler() in [
135 if self.platformIsDarwin():
26 …elf.getArchitecture() == 'armv7' or self.getArchitecture() == 'armv7k') and self.platformIsDarwin()
354 elif self.getArchitecture() in ['armv7'] and self.platformIsDarwin():