Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp58 const char SanCovStore2[] = "__sanitizer_cov_store2"; variable
447 M.getOrInsertFunction(SanCovStore2, VoidTy, PtrTy); in instrumentModule()