Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp244 Function *CreateInitCallsForSections(Module &M, const char *CtorName,
342 Function *ModuleSanitizerCoverage::CreateInitCallsForSections( in CreateInitCallsForSections() function in ModuleSanitizerCoverage
491 Ctor = CreateInitCallsForSections(M, SanCovModuleCtorTracePcGuardName, in instrumentModule()
495 Ctor = CreateInitCallsForSections(M, SanCovModuleCtor8bitCountersName, in instrumentModule()
499 Ctor = CreateInitCallsForSections(M, SanCovModuleCtorBoolFlagName, in instrumentModule()