Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp361 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
362 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
363 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
503 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in instrumentModule() local
507 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()