Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAvailabilityInfo.cpp18 if (A->getPlatform()->getName() != PlatformName) in createFromDecl()
21 AvailabilityInfo(A->getPlatform()->getName(), A->getIntroduced(), in createFromDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h52 StringRef getPlatform() const { return Platform; } in getPlatform() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h44 FORWARD_SYMBOL_METHOD(getPlatform)
H A DIPDBRawSymbol.h122 virtual PDB_Cpu getPlatform() const = 0;
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp144 << CPURegister{Symbol.getRawSymbol().getPlatform(), in start()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h101 PDB_Cpu getPlatform() const override;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h96 PDB_Cpu getPlatform() const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp238 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform() function in NativeRawSymbol
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1447 Platform *getPlatform() { return P.get(); } in getPlatform() function
1875 if (auto *P = ES.getPlatform()) { in define()
1918 if (auto *P = ES.getPlatform()) { in define()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp607 StringRef RealizedPlatform = A->getPlatform()->getName(); in getRealizedPlatform()
635 StringRef ActualPlatform = A->getPlatform()->getName(); in CheckAvailability()
743 *RealizedPlatform = Availability->getPlatform()->getName(); in getAvailability()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1615 DarwinPlatformKind getPlatform() const { return Platform; } in getPlatform() function
2222 if (OSTarget->getPlatform() != OSVersionArgTarget->getPlatform() || in AddDeploymentTarget()
2232 if (OSTarget->getPlatform() == OSVersionArgTarget->getPlatform() && in AddDeploymentTarget()
2293 DarwinPlatformKind Platform = OSTarget->getPlatform(); in AddDeploymentTarget()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h263 StringRef getPlatform() const { return Triple.getVendorName(); } in getPlatform() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp37 StringRef ActualPlatform = Avail->getPlatform()->getName(); in getAttrForPlatform()
H A DSemaExpr.cpp21908 return Spec.getPlatform() == Platform; in ActOnObjCAvailabilityCheckExpr()
21914 return Spec.getPlatform() == "ios"; in ActOnObjCAvailabilityCheckExpr()
H A DSemaDeclAttr.cpp2488 IdentifierInfo *OldPlatform = OldAA->getPlatform(); in mergeAvailabilityAttr()
H A DSemaDecl.cpp2945 D, *AA, AA->getPlatform(), AA->isImplicit(), AA->getIntroduced(), in mergeDeclAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp733 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform() function in DIARawSymbol
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3801 bool Inserted = Platforms.insert(Spec.getPlatform()).second; in CheckAvailabilitySpecList()
3806 StringRef Platform = Spec.getPlatform(); in CheckAvailabilitySpecList()