Home
last modified time | relevance | path

Searched refs:platformIsDarwin (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py138 def platformIsDarwin(): function
144 if not platformIsDarwin():
170 if platformIsDarwin():
H A Ddotest.py750 if lldbplatformutil.target_is_android() or lldbplatformutil.platformIsDarwin():
828 if not lldbplatformutil.platformIsDarwin():
850 if lldbplatformutil.platformIsDarwin():
H A Dlldbtest.py889 self.darwinWithFramework = self.platformIsDarwin()
1333 def platformIsDarwin(self): member in Base
1335 return lldbplatformutil.platformIsDarwin()
1463 … if self.platformIsDarwin() or self.getPlatform() == "freebsd" or self.getPlatform() == "openbsd":
H A Ddecorators.py647 target_platform = 'darwin' if self.platformIsDarwin() else self.getPlatform()
H A Dlldbutil.py790 if test.platformIsDarwin():