Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h93 const __asan_global *g2, u32 stack_id2);
H A Dasan_errors.h358 u32 stack_id1, stack_id2; member
367 stack_id2(stack_id2_) {} in ErrorODRViolation()
H A Dasan_errors.cpp371 if (stack_id1 && stack_id2) { in Print()
376 StackDepotGet(stack_id2).Print(); in Print()
H A Dasan_report.cpp371 const __asan_global *g2, u32 stack_id2) { in ReportODRViolation()
374 stack_id2); in ReportODRViolation()
370 ReportODRViolation(const __asan_global * g1,u32 stack_id1,const __asan_global * g2,u32 stack_id2) ReportODRViolation() argument