Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_errors.cpp346 InternalScopedString g1_loc(256), g2_loc(256); in Print() local
348 PrintGlobalLocation(&g2_loc, global2); in Print()
352 MaybeDemangleGlobalName(global2.name), g2_loc.data()); in Print()
/external/compiler-rt/lib/asan/
Dasan_report.cc971 InternalScopedString g1_loc(256), g2_loc(256); in ReportODRViolation() local
973 PrintGlobalLocation(&g2_loc, *g2); in ReportODRViolation()
977 MaybeDemangleGlobalName(g2->name), g2_loc.data()); in ReportODRViolation()