Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2894 const SanitizerHandlerInfo &CheckInfo = SanitizerHandlers[CheckHandler]; in emitCheckHandlerCall() local
2895 const StringRef CheckName = CheckInfo.Name; in emitCheckHandlerCall()
2897 if (CheckInfo.Version && !MinimalRuntime) in emitCheckHandlerCall()
2898 FnName += "_v" + llvm::utostr(CheckInfo.Version); in emitCheckHandlerCall()