Home
last modified time | relevance | path

Searched refs:getPlatform (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py124 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 Ddecorators.py182 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 Ddotest.py744 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 Dlldbtest.py1322 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 DTestDebugBreak.py28 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 DTestTlsGlobals.py18 if self.getPlatform() == "freebsd" or self.getPlatform() == "linux":
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/recursive-inferior/
H A DTestRecursiveInferior.py64 elif self.getPlatform() == "linux" or self.getPlatform() == "freebsd":
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/
H A DTestInferiorCrashing.py66 elif self.getPlatform() == "linux" or self.getPlatform() == "freebsd":
H A DTestInferiorCrashingStep.py87 elif self.getPlatform() == "linux" or self.getPlatform() == "freebsd":
/llvm-project-15.0.7/lldb/test/API/lang/c/array_types/
H A DTestArrayTypes.py126 if self.getPlatform() == "linux" or self.getPlatform() == "freebsd":
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAvailability.h52 StringRef getPlatform() const { return Platform; } in getPlatform() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h44 FORWARD_SYMBOL_METHOD(getPlatform)
/llvm-project-15.0.7/lldb/test/API/commands/platform/connect/
H A DTestPlatformConnect.py38 new_platform = lldb.SBPlatform("remote-" + self.getPlatform())
/llvm-project-15.0.7/lldb/test/API/functionalities/mtc/simple/
H A DTestMTCSimple.py41 view = "NSView" if lldbplatformutil.getPlatform() == "macosx" else "UIView"
/llvm-project-15.0.7/lldb/test/API/commands/target/auto-install-main-executable/
H A DTestAutoInstallMainExecutable.py40 new_platform = lldb.SBPlatform("remote-" + self.getPlatform())
/llvm-project-15.0.7/lldb/test/API/functionalities/return-value/
H A DTestReturnValue.py17 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 DTestConstStaticIntegralMember.py76 if lldbplatformutil.getPlatform() == "windows":
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteForkNonStop.py10 if self.getPlatform() == "linux" and self.getArchitecture() in ['arm', 'aarch64']:
H A DTestLldbGdbServer.py938 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 DTestStaticVariables.py47 if self.platformIsDarwin() or self.getPlatform() == "linux":
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/attach-wait/
H A DTestGdbRemoteAttachWait.py18 if self.getPlatform() != "windows":
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp1022 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 DPrettyFunctionDumper.cpp144 << CPURegister{Symbol.getRawSymbol().getPlatform(), in start()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h101 PDB_Cpu getPlatform() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h96 PDB_Cpu getPlatform() const override;

12