Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp567 bool ShouldInstrumentGlobal(GlobalVariable *G);
1256 bool AddressSanitizerModule::ShouldInstrumentGlobal(GlobalVariable *G) { in ShouldInstrumentGlobal() function in AddressSanitizerModule
1406 if (ShouldInstrumentGlobal(&G)) GlobalsToChange.push_back(&G); in InstrumentGlobals()