Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAvailability.h52 StringRef getPlatform() const { return Platform; } in getPlatform() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h45 FORWARD_SYMBOL_METHOD(getPlatform)
H A DIPDBRawSymbol.h122 virtual PDB_Cpu getPlatform() const = 0;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp141 << CPURegister{Symbol.getRawSymbol().getPlatform(), in start()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h101 PDB_Cpu getPlatform() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h96 PDB_Cpu getPlatform() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1286 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 DDarwin.cpp1393 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 DDeclBase.cpp520 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 DNativeRawSymbol.cpp239 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h232 StringRef getPlatform() const { return Triple.getVendorName(); } in getPlatform() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp36 StringRef ActualPlatform = Avail->getPlatform()->getName(); in getAttrForPlatform()
H A DSemaDeclAttr.cpp2317 IdentifierInfo *OldPlatform = OldAA->getPlatform(); in mergeAvailabilityAttr()
H A DSemaDecl.cpp2566 D, *AA, AA->getPlatform(), AA->isImplicit(), AA->getIntroduced(), in mergeDeclAttribute()
H A DSemaExpr.cpp19646 return Spec.getPlatform() == Platform; in ActOnObjCAvailabilityCheckExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp3569 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 DDIARawSymbol.cpp733 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform() function in DIARawSymbol
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8037 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()