OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:soft_static
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/make/platform/
clang_macho_embedded.mk
48
UniversalArchs.
soft_static
:= $(call CheckArches,armv6m armv7m armv7em armv7,
soft_static
)
49
Configs += $(if $(UniversalArchs.
soft_static
),
soft_static
)
74
CFLAGS.
soft_static
:= $(CFLAGS) $(STATIC_CFLAGS) $(CFLAGS_SOFT)
79
CFLAGS.
soft_static
.armv7 := $(CFLAGS.
soft_static
) $(CFLAGS_ARMV7)
268
FUNCTIONS.
soft_static
.armv6m := $(FUNCTIONS_ARMV6M)
271
FUNCTIONS.
soft_static
.armv7m := $(FUNCTIONS_ARM_ALL)
274
FUNCTIONS.
soft_static
.armv7em := $(FUNCTIONS_ARM_ALL
[
all
...]
/external/clang/test/Driver/
darwin-embedded.c
18
// CHECK: libclang_rt.
soft_static
.a
24
// CHECK: libclang_rt.
soft_static
.a
/external/clang/runtime/compiler-rt/
Makefile
92
soft_static
.a soft_pic.a
Completed in 343 milliseconds