Lines Matching refs:call
33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT))
39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT))
50 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
58 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
132 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
133 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
134 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
135 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
136 $(call set-src-files-target-cflags, \
137 $(call set_intersection,$(__arm_sources),$(__debug_sources)), \
139 $(call set-src-files-target-cflags,\
140 $(call set_intersection,$(__arm_sources),$(__release_sources)),\
142 $(call set-src-files-target-cflags,\
143 $(call set_intersection,$(__arm_sources),$(__debug_sources)),\
145 $(call set-src-files-target-cflags,\
146 $(call set_intersection,$(__thumb_sources),$(__release_sources)),\
148 $(call set-src-files-target-cflags,\
149 $(call set_intersection,$(__thumb_sources),$(__debug_sources)),\
151 $(call add-src-files-target-cflags,\
152 $(call get-src-files-with-tag,neon),\
154 $(call set-src-files-text,$(__arm_sources),arm) \
155 $(call set-src-files-text,$(__thumb_sources),thumb)