Home
last modified time | relevance | path

Searched refs:SDKs (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/gn/build/
Dmac_sdk.gni18 mac_sdk_path = "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk"
20 # iOS SDKs aren't available in the commandline tools SDK.
23 … = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
24 …/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk"
25 …Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk"
/openbsd/src/gnu/llvm/clang/utils/perf-training/
Dlit.cfg9 # On Darwin, support relocatable SDKs by providing Clang with a
Dorder-files.lit.cfg10 # On Darwin, support relocatable SDKs by providing Clang with a
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Dwasm2yaml.cpp171 for (auto &E : Info.SDKs) { in dumpCustomSection()
175 ProducersSec->SDKs.push_back(Producer); in dumpCustomSection()
/openbsd/src/gnu/usr.bin/perl/
DREADME.macosx68 …export SDK=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Mac…
77 C<'/Developer/SDKs/MacOSX10.3.9.sdk'>.
98 export SDK=/Developer/SDKs/MacOSX10.4u.sdk
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DWasm.h63 std::vector<std::pair<std::string, std::string>> SDKs; member
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
DCMakeLists.txt120 # sane and use the macOS SDK version as a proxy for aligned SDKs.
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DWasmEmitter.cpp318 int(!Section.SDKs.empty()); in writeSectionContent()
324 std::make_pair(StringRef("sdk"), &Section.SDKs)}) { in writeSectionContent()
DWasmYAML.cpp85 IO.mapOptional("SDKs", Section.SDKs); in sectionMapping()
/openbsd/src/gnu/llvm/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake7 # On OS X SDKs can be installed anywhere on the base system and xcode-select can
8 # set the default Xcode to use. This function finds the SDKs that are present in
/openbsd/src/usr.sbin/unbound/
DREADME-Travis.md225 …sh` script specifies the tools to use during the cross-compile. For Apple SDKs, the tool names are…
244 `IOS_PREFIX` is the value `$HOME/$IOS_SDK-$IOS_CPU`. The scheme handles both iOS SDKs and cpu archi…
/openbsd/src/gnu/llvm/llvm/include/llvm/ObjectYAML/
DWasmYAML.h272 std::vector<ProducerEntry> SDKs; member
/openbsd/src/gnu/llvm/lld/wasm/
DSyntheticSections.cpp846 std::make_pair(&info.Tools, &tools), std::make_pair(&info.SDKs, &sDKs)}) in addInfo()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DWasmObjectFile.cpp863 ProducerVec = &ProducerInfo.SDKs; in parseProducersSection()
/openbsd/src/gnu/llvm/clang/docs/
DUsersManual.rst1358 example, ``-isysroot /Developer/SDKs/MacOSX10.4u.sdk`` will look for
1359 ``mylib.h`` in ``/Developer/SDKs/MacOSX10.4u.sdk/usr/include/mylib.h``.