Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDAvailability.cpp29 if (A->getPlatform()->getName() != PlatformName) in createFromDecl()
32 A->getPlatform()->getName(), A->getIntroduced(), A->getDeprecated(), in createFromDecl()
HDDeclBase.cpp629 StringRef RealizedPlatform = A->getPlatform()->getName(); in getRealizedPlatform()
657 StringRef ActualPlatform = A->getPlatform()->getName(); in CheckAvailability()
782 *RealizedPlatform = Availability->getPlatform()->getName(); in getAvailability()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBSymbolCompilandDetails.h44 FORWARD_SYMBOL_METHOD(getPlatform)
HDIPDBRawSymbol.h122 virtual PDB_Cpu getPlatform() const = 0;
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDAvailability.h53 StringRef getPlatform() const { return Platform; } in getPlatform() function
/freebsd-head/contrib/llvm-project/clang/lib/Index/
HDCommentToXML.cpp1035 if (AA->getPlatform()) { in visitFullComment()
1037 AA->getPlatform()->getName()); in visitFullComment()
1039 Distribution = AA->getPlatform()->getName(); in visitFullComment()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDPrettyFunctionDumper.cpp144 << CPURegister{Symbol.getRawSymbol().getPlatform(), in start()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h96 PDB_Cpu getPlatform() const override;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeRawSymbol.h101 PDB_Cpu getPlatform() const override;
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeRawSymbol.cpp238 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform() function in NativeRawSymbol
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCore.h1492 Platform *getPlatform() { return P.get(); } in getPlatform() function
1942 if (auto *P = ES.getPlatform()) { in define()
1985 if (auto *P = ES.getPlatform()) { in define()
/freebsd-head/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDDarwin.cpp1644 DarwinPlatformKind getPlatform() const { return Platform; } in getPlatform() function
2253 if (OSTarget->getPlatform() != OSVersionArgTarget->getPlatform() || in AddDeploymentTarget()
2263 if (OSTarget->getPlatform() == OSVersionArgTarget->getPlatform() && in AddDeploymentTarget()
2324 DarwinPlatformKind Platform = OSTarget->getPlatform(); in AddDeploymentTarget()
/freebsd-head/contrib/llvm-project/clang/include/clang/Driver/
HDToolChain.h271 StringRef getPlatform() const { return Triple.getVendorName(); } in getPlatform() function
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaHLSL.cpp798 StringRef AttrPlatform = Avail->getPlatform()->getName(); in FindAvailabilityAttr()
HDSemaAvailability.cpp61 StringRef ActualPlatform = Avail->getPlatform()->getName(); in getAttrForPlatform()
HDSemaAPINotes.cpp280 if (const auto *II = AA->getPlatform()) in ProcessAPINotes()
HDSemaExprObjC.cpp5165 return Spec.getPlatform() == Platform; in ActOnObjCAvailabilityCheckExpr()
5171 return Spec.getPlatform() == "ios"; in ActOnObjCAvailabilityCheckExpr()
HDSemaDeclAttr.cpp2107 IdentifierInfo *OldPlatform = OldAA->getPlatform(); in mergeAvailabilityAttr()
HDSemaDecl.cpp2800 D, *AA, AA->getPlatform(), AA->isImplicit(), AA->getIntroduced(), in mergeDeclAttribute()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp733 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform() function in DIARawSymbol
/freebsd-head/contrib/llvm-project/clang/lib/Parse/
HDParseExpr.cpp3902 bool Inserted = Platforms.insert(Spec.getPlatform()).second; in CheckAvailabilitySpecList()
3907 StringRef Platform = Spec.getPlatform(); in CheckAvailabilitySpecList()