Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CtorFunc

1380   Function *CtorFunc = M.getFunction(kAsanModuleCtorName);
1381 assert(CtorFunc);
1382 IRBuilder<> IRB(CtorFunc->getEntryBlock().getTerminator());