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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp428 bool ShouldInstrumentGlobal(GlobalVariable *G);
916 bool AddressSanitizerModule::ShouldInstrumentGlobal(GlobalVariable *G) { function in class:AddressSanitizerModule
1030 if (ShouldInstrumentGlobal(&G))

Completed in 35 milliseconds