Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h44 FORWARD_SYMBOL_METHOD(getPlatform)
H A DIPDBRawSymbol.h123 virtual PDB_Cpu getPlatform() const = 0;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h53 StringRef getPlatform() const { return Platform; } in getPlatform() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAvailability.cpp52 A->getPlatform()->getName(), A->getIntroduced(), A->getDeprecated(), in createInfoForDecl()
H A DDeclBase.cpp635 StringRef RealizedPlatform = A->getPlatform()->getName(); in getRealizedPlatform()
663 StringRef ActualPlatform = A->getPlatform()->getName(); in CheckAvailability()
792 *RealizedPlatform = Availability->getPlatform()->getName(); in getAvailability()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp1034 if (AA->getPlatform()) { in visitFullComment()
1036 AA->getPlatform()->getName()); in visitFullComment()
1038 Distribution = AA->getPlatform()->getName(); in visitFullComment()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp144 << CPURegister{Symbol.getRawSymbol().getPlatform(), in start()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h96 PDB_Cpu getPlatform() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h102 PDB_Cpu getPlatform() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp238 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1416 Platform *getPlatform() { return P.get(); } in getPlatform() function
1914 if (auto *P = ES.getPlatform()) { in define()
1957 if (auto *P = ES.getPlatform()) { in define()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1704 DarwinPlatformKind getPlatform() const { return Platform; } in getPlatform() function
2398 if (PlatformAndVersion->getPlatform() != in AddDeploymentTarget()
2399 PlatformAndVersionFromOSVersionArg->getPlatform() || in AddDeploymentTarget()
2411 if (PlatformAndVersion->getPlatform() == in AddDeploymentTarget()
2412 PlatformAndVersionFromOSVersionArg->getPlatform() && in AddDeploymentTarget()
2495 DarwinPlatformKind Platform = PlatformAndVersion->getPlatform(); in AddDeploymentTarget()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h275 StringRef getPlatform() const { return Triple.getVendorName(); } in getPlatform() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp63 StringRef ActualPlatform = Avail->getPlatform()->getName(); in getAttrForPlatform()
H A DSemaAPINotes.cpp278 if (const auto *II = AA->getPlatform()) in ProcessAPINotes()
H A DSemaExprObjC.cpp5160 return Spec.getPlatform() == Platform; in ActOnObjCAvailabilityCheckExpr()
5166 return Spec.getPlatform() == "ios"; in ActOnObjCAvailabilityCheckExpr()
H A DSemaHLSL.cpp2322 StringRef AttrPlatform = Avail->getPlatform()->getName(); in FindAvailabilityAttr()
H A DSemaDeclAttr.cpp2279 IdentifierInfo *OldPlatform = OldAA->getPlatform(); in mergeAvailabilityAttr()
H A DSemaDecl.cpp2820 D, *AA, AA->getPlatform(), AA->isImplicit(), AA->getIntroduced(), in mergeDeclAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp733 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform() function in DIARawSymbol
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3379 bool Inserted = Platforms.insert(Spec.getPlatform()).second; in CheckAvailabilitySpecList()
3384 StringRef Platform = Spec.getPlatform(); in CheckAvailabilitySpecList()