Searched defs:UseOdrIndicator (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizer.h | 53 bool UseOdrIndicator; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 700 bool UseOdrIndicator = CodeGenOpts.SanitizeAddressUseOdrIndicator; addSanitizers() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 881 : UseOdrIndicator), member in __anonc0eafb620211::ModuleAddressSanitizer 796 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 1169 AddressSanitizerPass(const AddressSanitizerOptions & Options,bool UseGlobalGC,bool UseOdrIndicator,AsanDtorKind DestructorKind,AsanCtorKind ConstructorKind) AddressSanitizerPass() argument [all...] |