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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Ddfsan_interface.h77 dfsan_label dfsan_has_label_with_desc(dfsan_label label, const char *desc);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp330 dfsan_has_label_with_desc(dfsan_label label, const char *desc) { function
333 return dfsan_has_label_with_desc(info->l1, desc) ||
334 dfsan_has_label_with_desc(info->l2, desc);

Completed in 57 milliseconds