Home
last modified time | relevance | path

Searched refs:SDK (Results 1 – 25 of 110) sorted by relevance

12345

/llvm-project/llvm/test/Linker/
H A Ddarwin-target-variant.ll11 !0 = !{i32 2, !"SDK Version", [3 x i32] [ i32 10, i32 15, i32 1 ] };
13 !2 = !{i32 2, !"darwin.target_variant.SDK Version", [2 x i32] [ i32 13, i32 2 ] };
23 !0 = !{i32 2, !"SDK Version", [3 x i32] [ i32 10, i32 15, i32 1 ] };
25 !2 = !{i32 2, !"darwin.target_variant.SDK Version", [2 x i32] [ i32 13, i32 2 ] };
35 !0 = !{i32 2, !"SDK Version", [3 x i32] [ i32 10, i32 15, i32 1 ] };
37 !2 = !{i32 2, !"darwin.target_variant.SDK Version", [2 x i32] [ i32 13, i32 2 ] };
/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A Denable_dia.gni2 # Whether to build code that requires the Microsoft DIA SDK.
3 # If this is set, %INCLUDE% must contain ".../DIA SDK/include"
4 # and %LIB% must contain ".../DIA SDK/lib/amd64". Or use
H A DBUILD.gn132 include_dirs = [ "$sysroot/DIA SDK/include" ]
133 dia_lib_path = "$sysroot/DIA SDK/lib" # x86 .lib file is here.
/llvm-project/llvm/docs/CommandGuide/
H A Dllvm-tli-checker.rst33 << TLI yes SDK no: '_ZdaPv' aka operator delete[](void*)
34 >> TLI no SDK yes: '_ZdaPvj' aka operator delete[](void*, unsigned int)
35 << Total TLI yes SDK no: 1
36 >> Total TLI no SDK yes: 1
37 == Total TLI yes SDK yes: 234
38 FAIL: LLVM TLI doesn't match SDK libraries.
/llvm-project/utils/bazel/
H A Dvulkan_sdk.bzl5 """Repository rule to statically link against the Vulkan SDK.
7 Requires installing the Vulkan SDK from https://vulkan.lunarg.com/.
9 If the Vulkan SDK is not installed, this generates an empty rule and you may
/llvm-project/compiler-rt/cmake/Modules/
H A DCompilerRTDarwinUtils.cmake10 set(DARWIN_${sdk_name}_CACHED_SYSROOT "" CACHE STRING "Darwin SDK path for SDK ${sdk_name}.")
11 set(DARWIN_PREFER_PUBLIC_SDK OFF CACHE BOOL "Prefer Darwin public SDK, even when an internal SDK is present.")
18 # Let's first try the internal SDK, otherwise use the public SDK.
42 set(DARWIN_${sdk_name}_CACHED_SYSROOT ${var_internal} CACHE STRING "Darwin SDK path for SDK ${sdk_name}." FORCE)
47 message(WARNING "Overriding ${sdk_name} SDK version to ${DARWIN_${sdk_name}_OVERRIDE_SDK_VERSION}")
53 # Let's first try the internal SDK, otherwis
[all...]
/llvm-project/llvm/test/MC/MachO/
H A Ddarwin-target-variant-reverse.ll5 !0 = !{i32 2, !"SDK Version", [2 x i32] [ i32 13, i32 1 ] };
7 !2 = !{i32 2, !"darwin.target_variant.SDK Version", [2 x i32] [ i32 10, i32 15 ] };
H A Ddarwin-target-variant.ll6 !0 = !{i32 2, !"SDK Version", [3 x i32] [ i32 10, i32 15, i32 1 ] };
8 !2 = !{i32 2, !"darwin.target_variant.SDK Version", [2 x i32] [ i32 13, i32 2 ] };
H A Ddarwin-sdk-version.ll6 !0 = !{i32 2, !"SDK Version", [3 x i32] [ i32 10, i32 14, i32 2 ] };
/llvm-project/compiler-rt/lib/tsan/rtl/
H A DCMakeLists.txt119 # Ideally we would check the SDK version for the actual platform we are
120 # building for here. To make our lifes easier we assume the host SDK setup is
121 # sane and use the macOS SDK version as a proxy for aligned SDKs.
124 message(FATAL_ERROR "Building the TSan runtime requires at least macOS SDK 10.12 (or aligned SDK on other platforms)")
/llvm-project/lldb/docs/resources/
H A Dextensions.rst123 Apple SDK information
126 Clang and the Swift compiler emit information about the Xcode SDK that
128 The ``DW_AT_LLVM_sysroot`` attribute points to the SDK root
130 attribute contains the name of the SDK, for example ``MacOSX.sdk``.
/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1260 // specified SDK path. in GetDefaultDwarfVersion()
1415 // Assume SDK has path: SOME_PATH/SDKs/PlatformXX.YY.sdk in addProfileRTLibs()
1419 StringRef SDK = *IT; in addProfileRTLibs()
1420 if (SDK.ends_with(".sdk")) in addProfileRTLibs()
1421 return SDK.slice(0, SDK.size() - 4); in addProfileRTLibs()
1650 // it never went into the SDK. in isExplicitlySpecified()
1661 /// If the macOS SDK version is the same or earlier than the system version, in addOSVersionMinArgument()
1662 /// then the SDK version is returned. Otherwise the system version is returned. in addOSVersionMinArgument()
1695 /// The OS was inferred from the SDK in getAsString()
1345 StringRef SDK = *IT; getSDKName() local
1975 StringRef SDK = Darwin::getSDKName(isysroot); inferDeploymentTargetFromSDK() local
1995 __anon04f643700402(StringRef SDK) inferDeploymentTargetFromSDK() argument
2390 StringRef SDK = getSDKName(A->getValue()); AddDeploymentTarget() local
[all...]
/llvm-project/lld/test/COFF/
H A Dprint-search-paths.s12 # CHECK-NEXT: [[SYSROOT]]{{[/\\]}}sysroot{{[/\\]}}DIA SDK{{[/\\]}}lib{{[/\\]}}amd64
22 # X86-NEXT: [[SYSROOT]]{{[/\\]}}sysroot{{[/\\]}}DIA SDK{{[/\\]}}lib
/llvm-project/llvm/cmake/platforms/
H A DWinMsvc.cmake49 # matches that of the Windows SDK installation on a standard Windows machine.
52 # Note that if you install Windows SDK to a windows machine and simply copy the
77 # SDK and C++ STL headers and libraries on your host. Additionally, since the
79 # up a VFS overlay for the SDK headers and case-correcting symlinks for the
211 # that the Windows SDK / MSVC STL directories look kosher.
248 "valid Windows SDK installation")
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm365 "Error while searching for Xcode SDK: {0}");
434 // xcrun didn't find a matching SDK. Not an error, we'll try
466 "Unrecognized SDK type: " + sdk.GetString());
518 LLDB_LOG(log, "Couldn't find SDK {0} on host", sdk_name);
532 LLDB_LOG(log, "Couldn't find any matching SDK on host");
538 LLDB_LOG(log, "SDK returned by xcrun doesn't exist");
540 "SDK returned by xcrun doesn't exist");
601 "Unrecognized SDK type: " +
/llvm-project/clang/test/Driver/
H A Dcl-sysroot.cpp39 #--- DIA SDK/include/cvconst.h
/llvm-project/llvm/cmake/
H A Dconfig-ix.cmake576 set(MSVC_DIA_SDK_DIR "${LLVM_WINSYSROOT}/DIA SDK" CACHE PATH
577 "Path to the DIA SDK")
579 set(MSVC_DIA_SDK_DIR "$ENV{VSINSTALLDIR}DIA SDK" CACHE PATH
580 "Path to the DIA SDK")
583 # See if the DIA SDK is available and usable.
585 # for MSVC 2013 to write the DIA SDK into the Visual Studio 2012
589 # the DIA SDK folder exists. Should this happen you will need to
597 option(LLVM_ENABLE_DIA_SDK "Use MSVC DIA SDK for debugging if available."
601 message(FATAL_ERROR "DIA SDK not found. If you have both VS 2012 and 2013 installed, you may need to uninstall the former and re-install the latter afterwards.")
/llvm-project/llvm/include/llvm/Object/
H A DMachO.h774 getVersionMinMajor(MachO::version_min_command &C, bool SDK) { in getVersionMinMajor() argument
775 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version; in getVersionMinMajor()
780 getVersionMinMinor(MachO::version_min_command &C, bool SDK) { in getVersionMinMinor() argument
781 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version; in getVersionMinMinor()
786 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) { in getVersionMinUpdate() argument
787 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version; in getVersionMinUpdate()
/llvm-project/llvm/test/Linker/Inputs/
H A Dempty-objc.ll6 !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 10, i32 15]}
/llvm-project/llvm/test/Bitcode/
H A Dupgrade-garbage-collection-for-objc.ll11 !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 10, i32 15]}
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/altera/
H A Dkernel-name-restriction.rst14 `Intel FPGA SDK for OpenCL Pro Edition: Programming Guide
/llvm-project/llvm/docs/
H A DHowToBuildWindowsItaniumPrograms.rst11 This environment can use the Windows SDK headers directly and does not required additional
21 * Is compatible with MS Windows SDK include headers.
30 * The MS SDK is installed as part of MS Visual Studio.
/llvm-project/cross-project-tests/debuginfo-tests/win_cdb-tests/
H A DREADME.txt4 Windows SDK. The debugger command language that cdb uses is very different from
/llvm-project/llvm/test/Transforms/MemCpyOpt/
H A Daggregate-type-crash.ll32 !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 10, i32 14]}
/llvm-project/llvm/test/CodeGen/X86/
H A Dno-non-zero-debug-loc-prologue.ll13 !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 12, i32 0]}

12345