Searched refs:__tsan_get_report_loc (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/compiler-rt/test/tsan/Darwin/ |
D | debug_external.cpp | 13 int __tsan_get_report_loc(void *report, unsigned long idx, const char **type, 52 __tsan_get_report_loc(report, 0, &type, &addr, &start, &size, &tid, &fd, in __tsan_on_report()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cc | 109 int __tsan_get_report_loc(void *report, uptr idx, const char **type, in __tsan_get_report_loc() function
|
D | tsan_interface.h | 115 int __tsan_get_report_loc(void *report, uptr idx, const char **type,
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cpp | 124 int __tsan_get_report_loc(void *report, uptr idx, const char **type, in __tsan_get_report_loc() function
|
D | tsan_interface.h | 150 int __tsan_get_report_loc(void *report, uptr idx, const char **type,
|