Searched refs:SecStartEnd (Results 1 – 1 of 1) sorted by relevance
281 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local282 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()283 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()416 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in runOnModule() local420 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in runOnModule()