Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2505 SmallVector<GlobalVariable *, 16> GlobalsToChange; in instrumentGlobals() local
2508 GlobalsToChange.push_back(&G); in instrumentGlobals()
2511 size_t n = GlobalsToChange.size(); in instrumentGlobals()
2541 GlobalVariable *G = GlobalsToChange[i]; in instrumentGlobals()