Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp250 std::pair<Value *, Value *> CreateSecStartEnd(Module &M, const char *Section,
317 ModuleSanitizerCoverage::CreateSecStartEnd(Module &M, const char *Section, in CreateSecStartEnd() function in ModuleSanitizerCoverage
350 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections()
517 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrTy); in instrumentModule()
525 auto SecStartEnd = CreateSecStartEnd(M, SanCovCFsSectionName, IntptrTy); in instrumentModule()