Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp358 const __asan_global *g2, u32 stack_id2) { in ReportODRViolation() argument
361 stack_id2); in ReportODRViolation()
H A Dasan_errors.cpp351 if (stack_id1 && stack_id2) { in Print()
356 StackDepotGet(stack_id2).Print(); in Print()