Searched defs:ConstructorKind (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizer.h | 55 AsanCtorKind ConstructorKind; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 798 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 884 AsanCtorKind ConstructorKind; global() member in __anonc0eafb620211::ModuleAddressSanitizer 1170 AddressSanitizerPass(const AddressSanitizerOptions & Options,bool UseGlobalGC,bool UseOdrIndicator,AsanDtorKind DestructorKind,AsanCtorKind ConstructorKind) AddressSanitizerPass() argument [all...] |