Searched refs:SDK (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/dist-build/
H A Dios.sh28 export SDK="${BASEDIR}/SDKs/iPhoneSimulator.sdk"
31 export CFLAGS="-O2 -arch i386 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_MIN}"
32 export LDFLAGS="-arch i386 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_MIN}"
54 export CFLAGS="-O2 -arch x86_64 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_MIN}"
55 export LDFLAGS="-arch x86_64 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_MIN}"
69 export SDK="${BASEDIR}/SDKs/iPhoneOS.sdk"
72 export CFLAGS="-fembed-bitcode -O2 -mthumb -arch armv7 -isysroot ${SDK} -mios-version-min=${IOS_VERSION_MIN}"
73 export LDFLAGS="-fembed-bitcode -mthumb -arch armv7 -isysroot ${SDK} -mios-version-min=${IOS_VERSION_MIN}"
85 export CFLAGS="-fembed-bitcode -O2 -mthumb -arch armv7s -isysroot ${SDK} -mios-version-min=${IOS_VERSION_MIN}"
86 export LDFLAGS="-fembed-bitcode -mthumb -arch armv7s -isysroot ${SDK}
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h590 getVersionMinMajor(MachO::version_min_command &C, bool SDK) { argument
591 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;
596 getVersionMinMinor(MachO::version_min_command &C, bool SDK) { argument
597 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;
602 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) { argument
603 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1017 // specified SDK path.
1122 // Assume SDK has path: SOME_PATH/SDKs/PlatformXX.YY.sdk
1126 StringRef SDK = *IT; local
1127 if (SDK.endswith(".sdk"))
1128 return SDK.slice(0, SDK.size() - 4);
1310 // it never went into the SDK.
1321 /// If the macOS SDK version is the same or earlier than the system version,
1322 /// then the SDK version is returned. Otherwise the system version is returned.
1351 /// The OS was inferred from the SDK
1620 StringRef SDK = Darwin::getSDKName(isysroot); local
1906 StringRef SDK = getSDKName(A->getValue()); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp778 W.printString("SDK", MachOObjectFile::getVersionString(BVC.sdk));
780 W.printString("SDK", StringRef("n/a"));
794 SmallString<32> SDK; local
796 SDK = "n/a";
798 SDK = utostr(MachOObjectFile::getVersionMinMajor(VMC, true)) + "." +
802 SDK += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, true));
804 W.printString("SDK", SDK);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak5 # Note: Make sure that cl.exe is configured to include Platform SDK
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1209 StringRef SDK, StorageType Storage, bool ShouldCreate = true) {
1218 getCanonicalMDString(Context, SDK), Storage, ShouldCreate);
1228 bool RangesBaseAddress, MDString *SysRoot, MDString *SDK,
1255 StringRef SysRoot, StringRef SDK),
1260 SysRoot, SDK))
1270 MDString *SDK),
1274 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, SysRoot, SDK))
1200 getImpl(LLVMContext &Context, unsigned SourceLanguage, DIFile *File, StringRef Producer, bool IsOptimized, StringRef Flags, unsigned RuntimeVersion, StringRef SplitDebugFilename, unsigned EmissionKind, DICompositeTypeArray EnumTypes, DIScopeArray RetainedTypes, DIGlobalVariableExpressionArray GlobalVariables, DIImportedEntityArray ImportedEntities, DIMacroNodeArray Macros, uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, unsigned NameTableKind, bool RangesBaseAddress, StringRef SysRoot, StringRef SDK, StorageType Storage, bool ShouldCreate = true) argument
H A DDIBuilder.h139 /// \param SDK The SDK name. On Darwin, this is the last component
152 StringRef SDK = {});
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h255 * \param SDK The SDK. On Darwin, the last component of the sysroot.
256 * \param SDKLen The length of the C string passed to \c SDK.
265 const char *SDK, size_t SDKLen);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc53 // method signatures were pulled from DbgHelp.h in the Windows Platform SDK,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp144 StringRef SysRoot, StringRef SDK) {
155 RangesBaseAddress, SysRoot, SDK);
138 createCompileUnit( unsigned Lang, DIFile *File, StringRef Producer, bool isOptimized, StringRef Flags, unsigned RunTimeVer, StringRef SplitName, DICompileUnit::DebugEmissionKind Kind, uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, DICompileUnit::DebugNameTableKind NameTableKind, bool RangesBaseAddress, StringRef SysRoot, StringRef SDK) argument
H A DDebugInfo.cpp766 const char *SDK, size_t SDKLen) {
776 StringRef(SysRoot, SysRootLen), StringRef(SDK, SDKLen)));
759 LLVMDIBuilderCreateCompileUnit( LLVMDIBuilderRef Builder, LLVMDWARFSourceLanguage Lang, LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, LLVMBool isOptimized, const char *Flags, size_t FlagsLen, unsigned RuntimeVer, const char *SplitName, size_t SplitNameLen, LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, const char *SDK, size_t SDKLen) argument
H A DDebugInfoMetadata.cpp633 MDString *SDK, StorageType Storage, bool ShouldCreate) {
649 SDK};
625 getImpl( LLVMContext &Context, unsigned SourceLanguage, Metadata *File, MDString *Producer, bool IsOptimized, MDString *Flags, unsigned RuntimeVersion, MDString *SplitDebugFilename, unsigned EmissionKind, Metadata *EnumTypes, Metadata *RetainedTypes, Metadata *GlobalVariables, Metadata *ImportedEntities, Metadata *Macros, uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, unsigned NameTableKind, bool RangesBaseAddress, MDString *SysRoot, MDString *SDK, StorageType Storage, bool ShouldCreate) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1007 StringRef SDK = DIUnit->getSDK();
1008 if (!SDK.empty())
1009 NewCU.addString(Die, dwarf::DW_AT_APPLE_sdk, SDK);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp625 StringRef Sysroot, SDK; local
630 auto It = std::find_if(B, E, [](auto SDK) { return SDK.endswith(".sdk"); });
632 SDK = *It;
645 CGOpts.DebugRangesBaseAddress, remapDIPath(Sysroot), SDK);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h362 StmtResult TransformStmt(Stmt *S, StmtDiscardKind SDK = SDK_Discarded);
726 StmtResult Transform##Node(Node *S, StmtDiscardKind SDK);
3637 StmtResult TreeTransform<Derived>::TransformStmt(Stmt *S, StmtDiscardKind SDK) { argument
3645 // Pass SDK into statements that can produce a value
3650 return getDerived().Transform##Node(cast<Node>(S), SDK);
3663 if (SDK == SDK_StmtExprResult)
3665 return getSema().ActOnExprStmt(E, SDK == SDK_Discarded);
7173 TreeTransform<Derived>::TransformLabelStmt(LabelStmt *S, StmtDiscardKind SDK) { argument
7174 StmtResult SubStmt = getDerived().TransformStmt(S->getSubStmt(), SDK);
7215 StmtDiscardKind SDK) {
7214 TransformAttributedStmt(AttributedStmt *S, StmtDiscardKind SDK) argument
[all...]

Completed in 317 milliseconds