Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_report.h87 const __asan_global *g2, u32 stack_id2);
H A Dasan_errors.h321 u32 stack_id1, stack_id2; member
330 stack_id2(stack_id2_) {} in ErrorODRViolation()
H A Dasan_errors.cc340 if (stack_id1 && stack_id2) { in Print()
345 StackDepotGet(stack_id2).Print(); in Print()
H A Dasan_report.cc346 const __asan_global *g2, u32 stack_id2) { in ReportODRViolation() argument
349 stack_id2); in ReportODRViolation()