Home | History | Annotate | Download | only in platform

Lines Matching refs:FUNCTIONS

1 # These are the functions which clang needs when it is targeting a previous
2 # version of the OS. The issue is that the backend may use functions which were
5 # the extra functions which might be referenced.
91 # Functions not wanted:
247 # functions. Filter them out for now.
277 FUNCTIONS.soft_static.armv6m := $(FUNCTIONS_ARMV6M)
278 FUNCTIONS.soft_pic.armv6m := $(FUNCTIONS_ARMV6M)
280 FUNCTIONS.soft_static.armv7m := $(FUNCTIONS_ARM_ALL)
281 FUNCTIONS.soft_pic.armv7m := $(FUNCTIONS_ARM_ALL)
283 FUNCTIONS.soft_static.armv7em := $(FUNCTIONS_ARM_ALL)
284 FUNCTIONS.hard_static.armv7em := $(FUNCTIONS_ARM_ALL)
285 FUNCTIONS.soft_pic.armv7em := $(FUNCTIONS_ARM_ALL)
286 FUNCTIONS.hard_pic.armv7em := $(FUNCTIONS_ARM_ALL)
288 FUNCTIONS.soft_static.armv7 := $(FUNCTIONS_ARM_ALL)
289 FUNCTIONS.hard_static.armv7 := $(FUNCTIONS_ARM_ALL)
290 FUNCTIONS.soft_pic.armv7 := $(FUNCTIONS_ARM_ALL)
291 FUNCTIONS.hard_pic.armv7 := $(FUNCTIONS_ARM_ALL)
293 FUNCTIONS.hard_static.i386 := $(FUNCTIONS_I386)
294 FUNCTIONS.hard_pic.i386 := $(FUNCTIONS_I386)
296 FUNCTIONS.hard_static.x86_64 := $(FUNCTIONS_X86_64)
297 FUNCTIONS.hard_pic.x86_64 := $(FUNCTIONS_X86_64)