Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h52 StringRef getPlatform() const { return Platform; } in getPlatform() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h45 FORWARD_SYMBOL_METHOD(getPlatform)
H A DIPDBRawSymbol.h122 virtual PDB_Cpu getPlatform() const = 0;
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp141 << CPURegister{Symbol.getRawSymbol().getPlatform(), in start()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h96 PDB_Cpu getPlatform() const override;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h101 PDB_Cpu getPlatform() const override;
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1395 DarwinPlatformKind getPlatform() const { return Platform; } in getPlatform() function
1871 if (OSTarget->getPlatform() != OSVersionArgTarget->getPlatform() || in AddDeploymentTarget()
1881 if (OSTarget->getPlatform() == OSVersionArgTarget->getPlatform() && in AddDeploymentTarget()
1930 DarwinPlatformKind Platform = OSTarget->getPlatform(); in AddDeploymentTarget()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp239 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform() function in NativeRawSymbol
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1321 Platform *getPlatform() { return P.get(); } in getPlatform() function
1736 if (auto *P = ES.getPlatform()) { in define()
1777 if (auto *P = ES.getPlatform()) { in define()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h232 StringRef getPlatform() const { return Triple.getVendorName(); } in getPlatform() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp36 StringRef ActualPlatform = Avail->getPlatform()->getName(); in getAttrForPlatform()
H A DSemaDeclAttr.cpp2318 IdentifierInfo *OldPlatform = OldAA->getPlatform(); in mergeAvailabilityAttr()
H A DSemaExpr.cpp19820 return Spec.getPlatform() == Platform; in ActOnObjCAvailabilityCheckExpr()
19826 return Spec.getPlatform() == "ios"; in ActOnObjCAvailabilityCheckExpr()
H A DSemaDecl.cpp2618 D, *AA, AA->getPlatform(), AA->isImplicit(), AA->getIntroduced(), in mergeDeclAttribute()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3599 bool Inserted = Platforms.insert(Spec.getPlatform()).second; in CheckAvailabilitySpecList()
3604 StringRef Platform = Spec.getPlatform(); in CheckAvailabilitySpecList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp733 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform() function in DIARawSymbol