Home
last modified time | relevance | path

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

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