Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_win_dll_thunk.cc77 #define INTERFACE_FUNCTION(name) \ macro
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_load1)
232 INTERFACE_FUNCTION(__asan_report_load2)
[all …]