Searched refs:getPlatform (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h52 StringRef getPlatform() const { return Platform; } function in class:clang::AvailabilitySpec
/freebsd-13-stable/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-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h96 PDB_Cpu getPlatform() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h101 PDB_Cpu getPlatform() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp141 << CPURegister{Symbol.getRawSymbol().getPlatform(),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1117 Platform *getPlatform() { return P.get(); } function in class:llvm::orc::SymbolState::ExecutionSession
1330 if (auto *P = ES.getPlatform()) {
1364 if (auto *P = ES.getPlatform()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp239 PDB_Cpu NativeRawSymbol::getPlatform() const { function in class:NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp520 StringRef RealizedPlatform = A->getPlatform()->getName();
548 StringRef ActualPlatform = A->getPlatform()->getName();
656 *RealizedPlatform = Availability->getPlatform()->getName();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h222 StringRef getPlatform() const { return Triple.getVendorName(); } function in class:clang::driver::ToolChain
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1360 DarwinPlatformKind getPlatform() const { return Platform; } function in struct:__anon1862::DarwinPlatform
1791 if (OSTarget->getPlatform() != OSVersionArgTarget->getPlatform() ||
1801 if (OSTarget->getPlatform() == OSVersionArgTarget->getPlatform() &&
1850 DarwinPlatformKind Platform = OSTarget->getPlatform();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp36 StringRef ActualPlatform = Avail->getPlatform()->getName();
H A DSemaDeclAttr.cpp2295 IdentifierInfo *OldPlatform = OldAA->getPlatform();
H A DSemaDecl.cpp2563 D, *AA, AA->getPlatform(), AA->isImplicit(), AA->getIntroduced(),
H A DSemaExpr.cpp19163 return Spec.getPlatform() == Platform;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp733 PDB_Cpu DIARawSymbol::getPlatform() const { function in class:DIARawSymbol
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3608 bool Inserted = Platforms.insert(Spec.getPlatform()).second;
3613 StringRef Platform = Spec.getPlatform();

Completed in 238 milliseconds