Home
last modified time | relevance | path

Searched refs:SecStartEnd (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp333 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
334 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
335 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
499 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrTy); in instrumentModule() local
503 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()