Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h31 bool InsertVersionCheck = true; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp794 ModuleAddressSanitizer(Module & M,bool InsertVersionCheck,bool CompileKernel=false,bool Recover=false,bool UseGlobalsGC=true,bool UseOdrIndicator=true,AsanDtorKind DestructorKind=AsanDtorKind::Global,AsanCtorKind ConstructorKind=AsanCtorKind::Global) ModuleAddressSanitizer() argument
877 bool InsertVersionCheck; global() member in __anonc0eafb620211::ModuleAddressSanitizer