Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp566 bool InstrumentGlobals(IRBuilder<> &IRB, Module &M);
1400 bool AddressSanitizerModule::InstrumentGlobals(IRBuilder<> &IRB, Module &M) { in InstrumentGlobals() function in AddressSanitizerModule
1632 Changed |= InstrumentGlobals(IRB, M); in runOnModule()