Lines Matching defs:FUNCTIONS
120 FUNCTIONS.full-i386 := $(CommonFunctions) $(ArchFunctions.i386)
121 FUNCTIONS.full-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
122 FUNCTIONS.profile-i386 := GCDAProfiling
123 FUNCTIONS.profile-x86_64 := GCDAProfiling
124 FUNCTIONS.san-i386 := $(SanitizerCommonFunctions)
125 FUNCTIONS.san-x86_64 := $(SanitizerCommonFunctions)
126 FUNCTIONS.asan-i386 := $(AsanFunctions) $(InterceptionFunctions) \
128 FUNCTIONS.asan-x86_64 := $(AsanFunctions) $(InterceptionFunctions) \
130 FUNCTIONS.asan-arm-android := $(AsanFunctions) $(InterceptionFunctions) \
132 FUNCTIONS.tsan-x86_64 := $(TsanFunctions) $(InterceptionFunctions) \
134 FUNCTIONS.msan-x86_64 := $(MsanFunctions) $(InterceptionFunctions) \
136 FUNCTIONS.ubsan-i386 := $(UbsanFunctions)
137 FUNCTIONS.ubsan-x86_64 := $(UbsanFunctions)
138 FUNCTIONS.ubsan_cxx-i386 := $(UbsanCXXFunctions)
139 FUNCTIONS.ubsan_cxx-x86_64 := $(UbsanCXXFunctions)