Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:GlobalInit

522   void poisonOneInitializer(Function &GlobalInit, GlobalValue *ModuleName);
1150 void AddressSanitizerModule::poisonOneInitializer(Function &GlobalInit,
1153 IRBuilder<> IRB(&GlobalInit.front(),
1154 GlobalInit.front().getFirstInsertionPt());
1161 for (auto &BB : GlobalInit.getBasicBlockList())