OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Configs
(Results
1 - 8
of
8
) sorted by null
/external/clang/runtime/compiler-rt/
Makefile
76
RuntimeLibrary.darwin.
Configs
:= \
86
RuntimeLibrary.linux.
Configs
:=
101
RuntimeLibrary.linux.
Configs
+= \
106
RuntimeLibrary.linux.
Configs
+= \
116
RuntimeLibrary.linux.
Configs
+= asan-i386.a ubsan-i386.a
119
RuntimeLibrary.linux.
Configs
+= asan-arm-android.so
182
$(RuntimeLibrary.$1.
Configs
:%=$(ResourceLibDir)/$1/libclang_rt.%)
203
$(RuntimeLibrary.$1.
Configs
:%=$(PROJ_resources_lib)/$1/libclang_rt.%)
/external/compiler-rt/make/platform/
multi_arch.mk
4
Configs
:= m32 m64
clang_darwin.mk
32
Configs
:=
38
Configs
+= eprintf
44
Configs
+= 10.4
49
Configs
+= ios
54
Configs
+= osx
58
Configs
+= cc_kext
63
Configs
+= cc_kext_ios5
67
Configs
+= profile_osx
69
Configs
+= profile_ios
73
Configs
+= asan_os
[
all
...]
clang_linux.mk
7
Configs
:=
21
# Only define
configs
if we detected a linux target.
24
# Define
configs
only if arch in triple is i386 or x86_64
54
Configs
+= full-i386 profile-i386 asan-i386 ubsan-i386
63
Configs
+= full-x86_64 profile-x86_64 asan-x86_64 tsan-x86_64 msan-x86_64 \
74
Configs
+= asan-arm-android
darwin_fat.mk
5
#
Configs
- The names of each configuration to build; this is used to build
14
# architectures should do so using distinct
configs
, with the
26
Configs
:= Debug Release Profile
darwin_bni.mk
4
Configs
:= Debug Release Profile Static
/external/compiler-rt/make/
lib_platforms.mk
6
PlainConfigVariables :=
Configs
Description
8
RequiredConfigVariables :=
Configs
Description
30
$$(foreach config,$$(
Configs
),\
58
$$(foreach config,$$(
Configs
),\
64
$$(foreach config,$$(
Configs
),\
/external/compiler-rt/
Makefile
77
printf " Configurations: %s\n\n" "$($(key).
Configs
)";)
116
$(call Set,Tmp.
Configs
,$($(Tmp.Key).
Configs
))
120
$(Tmp.Name):: $(Tmp.
Configs
:%=$(Tmp.Name)-%)
127
$(foreach config,$(Tmp.
Configs
),\
Completed in 476 milliseconds