Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp247 std::pair<Value *, Value *> CreateSecStartEnd(Module &M, const char *Section,
314 ModuleSanitizerCoverage::CreateSecStartEnd(Module &M, const char *Section, in CreateSecStartEnd() function in ModuleSanitizerCoverage
345 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections()
504 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrTy); in instrumentModule()
512 auto SecStartEnd = CreateSecStartEnd(M, SanCovCFsSectionName, IntptrTy); in instrumentModule()