Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp247 Function *CreateInitCallsForSections(Module &M, const char *CtorName,
347 Function *ModuleSanitizerCoverage::CreateInitCallsForSections( in CreateInitCallsForSections() function in ModuleSanitizerCoverage
504 Ctor = CreateInitCallsForSections(M, SanCovModuleCtorTracePcGuardName, in instrumentModule()
508 Ctor = CreateInitCallsForSections(M, SanCovModuleCtor8bitCountersName, in instrumentModule()
512 Ctor = CreateInitCallsForSections(M, SanCovModuleCtorBoolFlagName, in instrumentModule()