Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp62 const char SanCovStore8[] = "__sanitizer_cov_store8"; variable
473 SanCovStoreFunction[3] = M.getOrInsertFunction(SanCovStore8, VoidTy, PtrTy); in instrumentModule()