| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbplatformutil.py | 124 def getPlatform(): function 150 return getPlatform() in getDarwinOSTriples() 157 if getPlatform() in lldbplatform.translate(lldbplatform.darwin_embedded): 182 elif getPlatform() in ("freebsd", "linux", "netbsd"):
|
| H A D | decorators.py | 182 lldbplatform.translate(oslist), self.getPlatform()) 474 return (self.getPlatform() in oslist and 551 if lldbplatformutil.getPlatform() in ['darwin', 'macosx']: 645 target_platform = 'darwin' if self.platformIsDarwin() else self.getPlatform() 663 return unittest2.skipIf(lldbplatformutil.getPlatform() in oslist, 671 return unittest2.skipUnless(lldbplatformutil.getPlatform() in oslist, 749 if lldbplatformutil.getPlatform() == 'windows': 820 if lldbplatformutil.getPlatform() == 'windows': 838 if lldbplatformutil.getPlatform() == 'windows':
|
| H A D | dotest.py | 744 platform = lldbplatformutil.getPlatform() 773 platform = lldbplatformutil.getPlatform() 793 platform = lldbplatformutil.getPlatform() 832 platform = lldbplatformutil.getPlatform() 855 if configuration.lldb_platform_name and lldbplatformutil.getPlatform() == "windows": 864 platform = lldbplatformutil.getPlatform()
|
| H A D | lldbtest.py | 1322 def getPlatform(self): member in Base 1324 return lldbplatformutil.getPlatform() 1444 … if self.platformIsDarwin() or self.getPlatform() == "freebsd" or self.getPlatform() == "openbsd": 1513 elif self.getPlatform() == 'windows': 1624 if self.getPlatform() in ('freebsd', 'linux', 'netbsd', 'openbsd'):
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/debugbreak/ |
| H A D | TestDebugBreak.py | 28 stop_reason = lldb.eStopReasonException if (lldbplatformutil.getPlatform( 29 ) == "windows" or lldbplatformutil.getPlatform() == "macosx") else lldb.eStopReasonSignal
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/tls_globals/ |
| H A D | TestTlsGlobals.py | 18 if self.getPlatform() == "freebsd" or self.getPlatform() == "linux":
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/recursive-inferior/ |
| H A D | TestRecursiveInferior.py | 64 elif self.getPlatform() == "linux" or self.getPlatform() == "freebsd":
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/ |
| H A D | TestInferiorCrashing.py | 66 elif self.getPlatform() == "linux" or self.getPlatform() == "freebsd":
|
| H A D | TestInferiorCrashingStep.py | 87 elif self.getPlatform() == "linux" or self.getPlatform() == "freebsd":
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/array_types/ |
| H A D | TestArrayTypes.py | 126 if self.getPlatform() == "linux" or self.getPlatform() == "freebsd":
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Availability.h | 52 StringRef getPlatform() const { return Platform; } in getPlatform() function
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolCompilandDetails.h | 44 FORWARD_SYMBOL_METHOD(getPlatform)
|
| /llvm-project-15.0.7/lldb/test/API/commands/platform/connect/ |
| H A D | TestPlatformConnect.py | 38 new_platform = lldb.SBPlatform("remote-" + self.getPlatform())
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/mtc/simple/ |
| H A D | TestMTCSimple.py | 41 view = "NSView" if lldbplatformutil.getPlatform() == "macosx" else "UIView"
|
| /llvm-project-15.0.7/lldb/test/API/commands/target/auto-install-main-executable/ |
| H A D | TestAutoInstallMainExecutable.py | 40 new_platform = lldb.SBPlatform("remote-" + self.getPlatform())
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/return-value/ |
| H A D | TestReturnValue.py | 17 self.getPlatform() == "linux") 21 self.getPlatform() in ["freebsd", "linux"])
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/const_static_integral_member/ |
| H A D | TestConstStaticIntegralMember.py | 76 if lldbplatformutil.getPlatform() == "windows":
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/ |
| H A D | TestGdbRemoteForkNonStop.py | 10 if self.getPlatform() == "linux" and self.getArchitecture() in ['arm', 'aarch64']:
|
| H A D | TestLldbGdbServer.py | 938 expected = ('+' if lldbplatformutil.getPlatform() 944 expected = ('+' if lldbplatformutil.getPlatform() 951 expected = ('+' if lldbplatformutil.getPlatform() 958 expected = ('+' if lldbplatformutil.getPlatform()
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/class_static/ |
| H A D | TestStaticVariables.py | 47 if self.platformIsDarwin() or self.getPlatform() == "linux":
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/attach-wait/ |
| H A D | TestGdbRemoteAttachWait.py | 18 if self.getPlatform() != "windows":
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 1022 if (AA->getPlatform()) { in visitFullComment() 1024 AA->getPlatform()->getName()); in visitFullComment() 1026 Distribution = AA->getPlatform()->getName(); in visitFullComment()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.cpp | 144 << CPURegister{Symbol.getRawSymbol().getPlatform(), in start()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 101 PDB_Cpu getPlatform() const override;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 96 PDB_Cpu getPlatform() const override;
|