Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.h59 const __asan_global *g2, u32 stack_id2);
Dasan_report.cc761 const __asan_global *g2, u32 stack_id2) { in ReportODRViolation() argument
772 if (stack_id1 && stack_id2) { in ReportODRViolation()
779 stack_trace = StackDepotGet(stack_id2, &stack_size); in ReportODRViolation()