Searched refs:SecStartEnd (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 345 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local 346 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections() 347 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections() 504 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrTy); in instrumentModule() local 508 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule() 512 auto SecStartEnd = CreateSecStartEnd(M, SanCovCFsSectionName, IntptrTy); in instrumentModule() local 516 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
|