Searched refs:CtorFunc (Results 1 – 2 of 2) sorted by relevance
301 Function *CtorFunc; in runOnModule() local302 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in runOnModule()312 appendToGlobalCtors(M, CtorFunc, SanCtorAndDtorPriority); in runOnModule()
1629 Function *CtorFunc = M.getFunction(kAsanModuleCtorName); in runOnModule() local1630 assert(CtorFunc); in runOnModule()1631 IRBuilder<> IRB(CtorFunc->getEntryBlock().getTerminator()); in runOnModule()