Searched defs:ShouldInstrumentGlobal (Results 1 - 1 of 1) sorted by relevance

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

Completed in 142 milliseconds