Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/msan/
Dmsan_report.h23 void ReportUMR(StackTrace *stack, u32 origin);
Dmsan_report.cpp98 void ReportUMR(StackTrace *stack, u32 origin) { in ReportUMR() function
Dmsan.cpp243 ReportUMR(&stack, report_origin); in PrintWarningWithOrigin()
/external/compiler-rt/lib/msan/
Dmsan_report.cc99 void ReportUMR(StackTrace *stack, u32 origin) { in ReportUMR() function
Dmsan.h255 void ReportUMR(StackTrace *stack, u32 origin);
Dmsan.cc250 ReportUMR(&stack, report_origin); in PrintWarningWithOrigin()