Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp33 struct ListOfGlobals { struct
35 ListOfGlobals *next; argument
39 static ListOfGlobals *list_of_all_globals;
117 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { in GetGlobalsForAddress()
152 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { in CheckODRViolationViaIndicator()
168 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { in CheckODRViolationViaPoisoning()
228 ListOfGlobals *l = new (GetGlobalLowLevelAllocator()) ListOfGlobals; in RegisterGlobal()