Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp81 const char SanCovCountersSectionName[] = "sancov_cntrs"; variable
497 SanCovCountersSectionName); in instrumentModule()
768 AllBlocks.size(), F, Int8Ty, SanCovCountersSectionName); in CreateFunctionLocalArrays()
1020 if (Section == SanCovCountersSectionName) in getSectionName()