| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolCompilandDetails.h | 44 FORWARD_SYMBOL_METHOD(getPlatform)
|
| H A D | IPDBRawSymbol.h | 123 virtual PDB_Cpu getPlatform() const = 0;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Availability.h | 53 StringRef getPlatform() const { return Platform; } in getPlatform() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Availability.cpp | 52 A->getPlatform()->getName(), A->getIntroduced(), A->getDeprecated(), in createInfoForDecl()
|
| H A D | DeclBase.cpp | 635 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 D | CommentToXML.cpp | 1034 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 D | PrettyFunctionDumper.cpp | 144 << CPURegister{Symbol.getRawSymbol().getPlatform(), in start()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 96 PDB_Cpu getPlatform() const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 102 PDB_Cpu getPlatform() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 238 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform() function in NativeRawSymbol
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 1416 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 D | Darwin.cpp | 1704 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 D | ToolChain.h | 275 StringRef getPlatform() const { return Triple.getVendorName(); } in getPlatform() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 63 StringRef ActualPlatform = Avail->getPlatform()->getName(); in getAttrForPlatform()
|
| H A D | SemaAPINotes.cpp | 278 if (const auto *II = AA->getPlatform()) in ProcessAPINotes()
|
| H A D | SemaExprObjC.cpp | 5160 return Spec.getPlatform() == Platform; in ActOnObjCAvailabilityCheckExpr() 5166 return Spec.getPlatform() == "ios"; in ActOnObjCAvailabilityCheckExpr()
|
| H A D | SemaHLSL.cpp | 2322 StringRef AttrPlatform = Avail->getPlatform()->getName(); in FindAvailabilityAttr()
|
| H A D | SemaDeclAttr.cpp | 2279 IdentifierInfo *OldPlatform = OldAA->getPlatform(); in mergeAvailabilityAttr()
|
| H A D | SemaDecl.cpp | 2820 D, *AA, AA->getPlatform(), AA->isImplicit(), AA->getIntroduced(), in mergeDeclAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 733 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform() function in DIARawSymbol
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 3379 bool Inserted = Platforms.insert(Spec.getPlatform()).second; in CheckAvailabilitySpecList() 3384 StringRef Platform = Spec.getPlatform(); in CheckAvailabilitySpecList()
|