Searched refs:INTERFACE_FUNCTION (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc77 #define INTERFACE_FUNCTION(name) \ macro
198 // Don't use the INTERFACE_FUNCTION machinery for this function as we actually
222 INTERFACE_FUNCTION(__asan_handle_no_return)
224 INTERFACE_FUNCTION(__asan_report_store1)
225 INTERFACE_FUNCTION(__asan_report_store2)
226 INTERFACE_FUNCTION(__asan_report_store4)
227 INTERFACE_FUNCTION(__asan_report_store8)
228 INTERFACE_FUNCTION(__asan_report_store16)
229 INTERFACE_FUNCTION(__asan_report_store_n)
231 INTERFACE_FUNCTION(__asan_report_load
[all...]

Completed in 60 milliseconds