Lines Matching refs:FUNCTIONS
1 # These are the functions which clang needs when it is targetting 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.
41 # Configuration for targetting 10.4. We need a few functions missing from
47 # Configuration for targetting OSX. These functions may not be in libSystem
56 # Configurations which define the profiling support functions.
60 # Configurations which define the ASAN support functions.
116 FUNCTIONS.eprintf := eprintf
117 FUNCTIONS.10.4 := eprintf floatundidf floatundisf floatundixf
119 FUNCTIONS.osx := mulosi4 mulodi4 muloti4
121 FUNCTIONS.profile_osx := GCDAProfiling
123 FUNCTIONS.asan_osx := $(AsanFunctions) $(InterceptionFunctions) \
125 FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(InterceptionFunctions) \
250 FUNCTIONS.cc_kext.i386 := $(CCKEXT_X86_FUNCTIONS) \
260 FUNCTIONS.cc_kext.x86_64 := $(CCKEXT_X86_FUNCTIONS) \
297 # functions that need to go into libcc_kext.a. Filter them out for now.
313 FUNCTIONS.cc_kext.i386 := \
314 $(filter-out $(CCKEXT_MISSING_FUNCTIONS),$(FUNCTIONS.cc_kext.i386))
315 FUNCTIONS.cc_kext.x86_64 := \
316 $(filter-out $(CCKEXT_MISSING_FUNCTIONS),$(FUNCTIONS.cc_kext.x86_64))