Searched refs:CtorFunc (Results 1 – 2 of 2) sorted by relevance
274 Function *CtorFunc; in runOnModule() local275 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in runOnModule()285 appendToGlobalCtors(M, CtorFunc, kSanCtorAndDtorPriority); in runOnModule()
1440 Function *CtorFunc = M.getFunction(kAsanModuleCtorName); in runOnModule() local1441 assert(CtorFunc); in runOnModule()1442 IRBuilder<> IRB(CtorFunc->getEntryBlock().getTerminator()); in runOnModule()