Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp866 ModuleAddressSanitizer(Module &M, bool InsertVersionCheck, in ModuleAddressSanitizer() argument
873 InsertVersionCheck(ClInsertVersionCheck.getNumOccurrences() > 0 in ModuleAddressSanitizer()
875 : InsertVersionCheck), in ModuleAddressSanitizer()
949 bool InsertVersionCheck; member in __anon4b8f1cd00211::ModuleAddressSanitizer
1255 M, Options.InsertVersionCheck, Options.CompileKernel, Options.Recover, in run()
2741 InsertVersionCheck ? (kAsanVersionCheckNamePrefix + AsanVersion) : ""; in instrumentModule()