Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py123 def getPlatform(): function
140 return getPlatform() in getDarwinOSTriples()
147 if getPlatform() in lldbplatform.translate(lldbplatform.darwin_embedded):
172 elif getPlatform() in ("freebsd", "linux", "netbsd"):
H A Ddecorators.py184 lldbplatform.translate(oslist), self.getPlatform())
476 return (self.getPlatform() in oslist and
553 if lldbplatformutil.getPlatform() in ['darwin', 'macosx']:
647 target_platform = 'darwin' if self.platformIsDarwin() else self.getPlatform()
665 return unittest2.skipIf(lldbplatformutil.getPlatform() in oslist,
673 return unittest2.skipUnless(lldbplatformutil.getPlatform() in oslist,
762 if lldbplatformutil.getPlatform() == 'windows':
833 if lldbplatformutil.getPlatform() == 'windows':
851 if lldbplatformutil.getPlatform() == 'windows':
H A Ddotest.py748 platform = lldbplatformutil.getPlatform()
777 platform = lldbplatformutil.getPlatform()
797 platform = lldbplatformutil.getPlatform()
836 platform = lldbplatformutil.getPlatform()
859 if lldb.remote_platform and lldbplatformutil.getPlatform() == "windows":
868 platform = lldbplatformutil.getPlatform()
H A Dlldbtest.py1340 def getPlatform(self): member in Base
1342 return lldbplatformutil.getPlatform()
1463 … if self.platformIsDarwin() or self.getPlatform() == "freebsd" or self.getPlatform() == "openbsd":
1532 elif self.getPlatform() == 'windows':
1643 if self.getPlatform() in ('freebsd', 'linux', 'netbsd', 'openbsd'):
H A Dlldbutil.py793 elif test.getPlatform() == "linux":
796 elif test.getPlatform() == "windows":
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAvailability.h52 StringRef getPlatform() const { return Platform; } in getPlatform() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h44 FORWARD_SYMBOL_METHOD(getPlatform)
H A DIPDBRawSymbol.h122 virtual PDB_Cpu getPlatform() const = 0;
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DAvailabilityInfo.cpp26 StringRef Domain = Attr->getPlatform()->getName(); in AvailabilitySet()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp144 << CPURegister{Symbol.getRawSymbol().getPlatform(), in start()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h96 PDB_Cpu getPlatform() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h101 PDB_Cpu getPlatform() const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp238 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1431 Platform *getPlatform() { return P.get(); } in getPlatform() function
1845 if (auto *P = ES.getPlatform()) { in define()
1888 if (auto *P = ES.getPlatform()) { in define()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp534 StringRef RealizedPlatform = A->getPlatform()->getName(); in getRealizedPlatform()
562 StringRef ActualPlatform = A->getPlatform()->getName(); in CheckAvailability()
670 *RealizedPlatform = Availability->getPlatform()->getName(); in getAvailability()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1531 DarwinPlatformKind getPlatform() const { return Platform; } in getPlatform() function
2122 if (OSTarget->getPlatform() != OSVersionArgTarget->getPlatform() || in AddDeploymentTarget()
2132 if (OSTarget->getPlatform() == OSVersionArgTarget->getPlatform() && in AddDeploymentTarget()
2193 DarwinPlatformKind Platform = OSTarget->getPlatform(); in AddDeploymentTarget()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h254 StringRef getPlatform() const { return Triple.getVendorName(); } in getPlatform() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAvailability.cpp37 StringRef ActualPlatform = Avail->getPlatform()->getName(); in getAttrForPlatform()
H A DSemaExpr.cpp21153 return Spec.getPlatform() == Platform; in ActOnObjCAvailabilityCheckExpr()
21159 return Spec.getPlatform() == "ios"; in ActOnObjCAvailabilityCheckExpr()
H A DSemaDeclAttr.cpp2463 IdentifierInfo *OldPlatform = OldAA->getPlatform(); in mergeAvailabilityAttr()
H A DSemaDecl.cpp2893 D, *AA, AA->getPlatform(), AA->isImplicit(), AA->getIntroduced(), in mergeDeclAttribute()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp733 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform() function in DIARawSymbol
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp3681 bool Inserted = Platforms.insert(Spec.getPlatform()).second; in CheckAvailabilitySpecList()
3686 StringRef Platform = Spec.getPlatform(); in CheckAvailabilitySpecList()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp8330 return LHS->getPlatform()->getName() < RHS->getPlatform()->getName(); in getCursorPlatformAvailabilityForDecl()
8336 if (LHS->getPlatform() != RHS->getPlatform()) in getCursorPlatformAvailabilityForDecl()
8404 cxstring::createDup(Avail.value()->getPlatform()->getName()); in clang_getCursorPlatformAvailability()