Searched refs:__tsan_get_report_data (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/compiler-rt/test/tsan/Darwin/ |
D | external-swift-debugging.cpp | 10 int __tsan_get_report_data(void *report, const char **description, int *count, 55 __tsan_get_report_data(report, &description, &count, &stack_count, &mop_count, in __tsan_on_report()
|
/external/compiler-rt/test/tsan/ |
D | debugging.cc | 14 int __tsan_get_report_data(void *report, const char **description, int *count, 60 __tsan_get_report_data(report, &description, &count, &stack_count, &mop_count, in __tsan_on_report()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | debugging.cpp | 15 int __tsan_get_report_data(void *report, const char **description, int *count, 61 __tsan_get_report_data(report, &description, &count, &stack_count, &mop_count, in __tsan_on_report()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cc | 64 int __tsan_get_report_data(void *report, const char **description, int *count, in __tsan_get_report_data() function
|
D | tsan_interface.h | 96 int __tsan_get_report_data(void *report, const char **description, int *count,
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cpp | 72 int __tsan_get_report_data(void *report, const char **description, int *count, in __tsan_get_report_data() function
|
D | tsan_interface.h | 118 int __tsan_get_report_data(void *report, const char **description, int *count,
|