Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h88 const __asan_global *g2, u32 stack_id2);
H A Dasan_errors.h336 u32 stack_id1, stack_id2; member
345 stack_id2(stack_id2_) {} in ErrorODRViolation()
H A Dasan_report.cpp356 const __asan_global *g2, u32 stack_id2) { in ReportODRViolation() argument
359 stack_id2); in ReportODRViolation()
H A Dasan_errors.cpp354 if (stack_id1 && stack_id2) { in Print()
359 StackDepotGet(stack_id2).Print(); in Print()