| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Availability.h | 52 StringRef getPlatform() const { return Platform; } in getPlatform() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolCompilandDetails.h | 45 FORWARD_SYMBOL_METHOD(getPlatform)
|
| H A D | IPDBRawSymbol.h | 122 virtual PDB_Cpu getPlatform() const = 0;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 1022 if (AA->getPlatform()) { in visitFullComment() 1024 AA->getPlatform()->getName()); in visitFullComment() 1026 Distribution = AA->getPlatform()->getName(); in visitFullComment()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.cpp | 141 << CPURegister{Symbol.getRawSymbol().getPlatform(), in start()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 101 PDB_Cpu getPlatform() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 96 PDB_Cpu getPlatform() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 1286 Platform *getPlatform() { return P.get(); } in getPlatform() function 1582 if (auto *P = ES.getPlatform()) { in define() 1623 if (auto *P = ES.getPlatform()) { in define()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 1393 DarwinPlatformKind getPlatform() const { return Platform; } in getPlatform() function 1840 if (OSTarget->getPlatform() != OSVersionArgTarget->getPlatform() || in AddDeploymentTarget() 1850 if (OSTarget->getPlatform() == OSVersionArgTarget->getPlatform() && in AddDeploymentTarget() 1899 DarwinPlatformKind Platform = OSTarget->getPlatform(); in AddDeploymentTarget()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclBase.cpp | 520 StringRef RealizedPlatform = A->getPlatform()->getName(); in getRealizedPlatform() 548 StringRef ActualPlatform = A->getPlatform()->getName(); in CheckAvailability() 656 *RealizedPlatform = Availability->getPlatform()->getName(); in getAvailability()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 239 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform() function in NativeRawSymbol
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 232 StringRef getPlatform() const { return Triple.getVendorName(); } in getPlatform() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 36 StringRef ActualPlatform = Avail->getPlatform()->getName(); in getAttrForPlatform()
|
| H A D | SemaDeclAttr.cpp | 2317 IdentifierInfo *OldPlatform = OldAA->getPlatform(); in mergeAvailabilityAttr()
|
| H A D | SemaDecl.cpp | 2566 D, *AA, AA->getPlatform(), AA->isImplicit(), AA->getIntroduced(), in mergeDeclAttribute()
|
| H A D | SemaExpr.cpp | 19646 return Spec.getPlatform() == Platform; in ActOnObjCAvailabilityCheckExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 3569 bool Inserted = Platforms.insert(Spec.getPlatform()).second; in CheckAvailabilitySpecList() 3574 StringRef Platform = Spec.getPlatform(); in CheckAvailabilitySpecList()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 733 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform() function in DIARawSymbol
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 8037 return LHS->getPlatform()->getName() < RHS->getPlatform()->getName(); in getCursorPlatformAvailabilityForDecl() 8043 if (LHS->getPlatform() != RHS->getPlatform()) in getCursorPlatformAvailabilityForDecl() 8112 cxstring::createDup(Avail.value()->getPlatform()->getName()); in clang_getCursorPlatformAvailability()
|