OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDK
(Results
1 - 20
of
20
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/dist-build/
ios.sh
34
export
SDK
="${BASEDIR}/SDKs/iPhoneSimulator.
sdk
"
37
export CFLAGS="-O2 -arch i386 -isysroot ${
SDK
} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_MIN} -flto"
38
export LDFLAGS="-arch i386 -isysroot ${
SDK
} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_MIN} -flto"
50
export CFLAGS="-O2 -arch x86_64 -isysroot ${
SDK
} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_MIN} -flto"
51
export LDFLAGS="-arch x86_64 -isysroot ${
SDK
} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_MIN} -flto"
65
export
SDK
="${BASEDIR}/SDKs/iPhoneOS.
sdk
"
68
export CFLAGS="-O2 -mthumb -arch armv7 -isysroot ${
SDK
} -mios-version-min=${IOS_VERSION_MIN} -flto"
69
export LDFLAGS="-mthumb -arch armv7 -isysroot ${
SDK
} -mios-version-min=${IOS_VERSION_MIN} -flto
[
all
...]
/src/external/apache2/llvm/dist/libcxx/utils/ci/
apple-install-libcxx.sh
33
--
sdk
<
SDK
>
SDK
used for building the library. This represents
70
--
sdk
)
71
sdk
="${2}"
92
for arg in llvm_root build_dir symbols_dir install_dir
sdk
architectures version cache; do
126
xcrun --
sdk
"${
sdk
}" cmake "${llvm_root}/libcxx/utils/ci/runtimes" \
128
-DCMAKE_MAKE_PROGRAM="$(xcrun --
sdk
"${
sdk
}" --find ninja)"
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.cpp
1051
// specified
SDK
path.
1155
// Assume
SDK
has path: SOME_PATH/SDKs/PlatformXX.YY.
sdk
1159
StringRef
SDK
= *IT;
1160
if (
SDK
.endswith(".
sdk
"))
1161
return
SDK
.slice(0,
SDK
.size() - 4);
1343
// it never went into the
SDK
.
1354
/// If the macOS
SDK
version is the same or earlier than the system version
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h
590
getVersionMinMajor(MachO::version_min_command &C, bool
SDK
) {
591
uint32_t VersionOrSDK = (
SDK
) ? C.
sdk
: C.version;
596
getVersionMinMinor(MachO::version_min_command &C, bool
SDK
) {
597
uint32_t VersionOrSDK = (
SDK
) ? C.
sdk
: C.version;
602
getVersionMinUpdate(MachO::version_min_command &C, bool
SDK
) {
603
uint32_t VersionOrSDK = (
SDK
) ? C.
sdk
: C.version;
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp
781
if (BVC.
sdk
)
782
W.printString("
SDK
", MachOObjectFile::getVersionString(BVC.
sdk
));
784
W.printString("
SDK
", StringRef("n/a"));
798
SmallString<32>
SDK
;
799
if (VMC.
sdk
== 0)
800
SDK
= "n/a";
802
SDK
= utostr(MachOObjectFile::getVersionMinMajor(VMC, true)) + "." +
806
SDK
+= "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, true));
808
W.printString("
SDK
", SDK)
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/release/
build_llvm_package.bat
13
REM Visual Studio 2019
SDK
and Nuget (for the clang-format plugin),
105
REM Having VSSDKINSTALL set makes devenv *not* find the
SDK
for some reason.
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
debuginfo_ocaml.c
212
value DebugInfoForProfiling, value SysRoot, value
SDK
) {
219
String_val(SysRoot), caml_string_length(SysRoot), String_val(
SDK
),
220
caml_string_length(
SDK
));
239
argv[13] //
SDK
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
dibuilder.go
121
SDK
string
136
sdk
:= C.CString(cu.
SDK
)
137
defer C.free(unsafe.Pointer(
sdk
))
152
sdk
, C.size_t(len(cu.
SDK
)),
/src/external/bsd/wpa/dist/wpa_supplicant/
nmake.mak
5
# Note: Make sure that cl.exe is configured to include Platform
SDK
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h
1378
StringRef
SDK
, StorageType Storage, bool ShouldCreate = true) {
1387
getCanonicalMDString(Context,
SDK
), Storage, ShouldCreate);
1397
bool RangesBaseAddress, MDString *SysRoot, MDString *
SDK
,
1424
StringRef SysRoot, StringRef
SDK
),
1429
SysRoot,
SDK
))
1439
MDString *
SDK
),
1443
DebugInfoForProfiling, NameTableKind, RangesBaseAddress, SysRoot,
SDK
))
DIBuilder.h
139
/// \param
SDK
The
SDK
name. On Darwin, this is the last component
152
StringRef
SDK
= {});
/src/external/apache2/llvm/dist/llvm/include/llvm-c/
DebugInfo.h
258
* \param
SDK
The
SDK
. On Darwin, the last component of the sysroot.
259
* \param SDKLen The length of the C string passed to \c
SDK
.
268
const char *
SDK
, size_t SDKLen);
/src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Signals.inc
53
// method signatures were pulled from DbgHelp.h in the Windows Platform
SDK
,
/src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp
144
StringRef SysRoot, StringRef
SDK
) {
155
RangesBaseAddress, SysRoot,
SDK
);
DebugInfo.cpp
883
const char *
SDK
, size_t SDKLen) {
893
StringRef(SysRoot, SysRootLen), StringRef(
SDK
, SDKLen)));
DebugInfoMetadata.cpp
746
MDString *
SDK
, StorageType Storage, bool ShouldCreate) {
762
SDK
};
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
1044
StringRef
SDK
= DIUnit->getSDK();
1045
if (!
SDK
.empty())
1046
NewCU.addString(Die, dwarf::DW_AT_APPLE_sdk,
SDK
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
626
StringRef Sysroot,
SDK
;
631
auto It = std::find_if(B, E, [](auto
SDK
) { return
SDK
.endswith(".
sdk
"); });
633
SDK
= *It;
646
CGOpts.DebugRangesBaseAddress, remapDIPath(Sysroot),
SDK
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
363
StmtResult TransformStmt(Stmt *S, StmtDiscardKind
SDK
= SDK_Discarded);
727
StmtResult Transform##Node(Node *S, StmtDiscardKind
SDK
);
3740
StmtResult TreeTransform<Derived>::TransformStmt(Stmt *S, StmtDiscardKind
SDK
) {
3748
// Pass
SDK
into statements that can produce a value
3753
return getDerived().Transform##Node(cast<Node>(S),
SDK
);
3766
if (
SDK
== SDK_StmtExprResult)
3768
return getSema().ActOnExprStmt(E,
SDK
== SDK_Discarded);
7273
TreeTransform<Derived>::TransformLabelStmt(LabelStmt *S, StmtDiscardKind
SDK
) {
7274
StmtResult SubStmt = getDerived().TransformStmt(S->getSubStmt(),
SDK
);
7315
StmtDiscardKind
SDK
) {
[
all
...]
/src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl
311
with-wasi-
sdk
:=/opt/wasi-
sdk
312
=> {Top-most dir of the wasi-
sdk
for a WASI build}
331
=> {Top-most dir of the Emscripten
SDK
installation.
628
# build this must come before [sqlite-handle-wasi-
sdk
].
630
cc-check-tools ld ar ; # must come before [sqlite-handle-wasi-
sdk
]
642
# [sqlite-handle-wasi-
sdk
], as that function may change the
985
# Check for the Emscripten
SDK
for building the web-based wasm
996
# 1) Not finding the
SDK
is not fatal at this level, nor is failure to
1816
# Handle --with-wasi-
sdk
[=DIR
[
all
...]
Completed in 50 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026