Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp248 std::pair<Value *, Value *> CreateSecStartEnd(Module &M, const char *Section,
309 ModuleSanitizerCoverage::CreateSecStartEnd(Module &M, const char *Section, in CreateSecStartEnd() function in ModuleSanitizerCoverage
340 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections()
500 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrTy); in instrumentModule()
508 auto SecStartEnd = CreateSecStartEnd(M, SanCovCFsSectionName, IntptrTy); in instrumentModule()