Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp65 const char SanCovTraceSwitchName[] = "__sanitizer_cov_trace_switch"; variable
466 M.getOrInsertFunction(SanCovTraceSwitchName, VoidTy, Int64Ty, PtrTy); in instrumentModule()