Searched refs:getSDKVersion (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp112 MOFI->setSDKVersion(M.getSDKVersion());
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp156 const auto &SDKVersion = Ctx->getTargetInfo().getSDKVersion();
H A DCGCUDANV.cpp312 if (CudaFeatureEnabled(CGM.getTarget().getSDKVersion(),
567 ToCudaVersion(CGM.getTarget().getSDKVersion()) >= CudaVersion::CUDA_90)
882 if (CudaFeatureEnabled(CGM.getTarget().getSDKVersion(),
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h478 const VersionTuple &getSDKVersion() const { return SDKVersion; } function in class:llvm::MCObjectFileInfo
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp574 Target, Context.getObjectFileInfo()->getSDKVersion(),
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h1027 VersionTuple getSDKVersion() const;
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp818 VersionTuple Module::getSDKVersion() const {
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1708 const llvm::VersionTuple &getSDKVersion() const {
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp1039 if (CudaFeatureEnabled(Context.getTargetInfo().getSDKVersion(),
H A DSemaDeclAttr.cpp2009 ToCudaVersion(S.Context.getTargetInfo().getSDKVersion());
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp481 Target, M.getSDKVersion(),

Completed in 159 milliseconds