Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp221 Function *CreateInitCallsForSections(Module &M, const char *CtorName,
358 Function *ModuleSanitizerCoverage::CreateInitCallsForSections( in CreateInitCallsForSections() function in ModuleSanitizerCoverage
490 Ctor = CreateInitCallsForSections(M, SanCovModuleCtorTracePcGuardName, in instrumentModule()
494 Ctor = CreateInitCallsForSections(M, SanCovModuleCtor8bitCountersName, in instrumentModule()
498 Ctor = CreateInitCallsForSections(M, SanCovModuleCtorBoolFlagName, in instrumentModule()