Home
last modified time | relevance | path

Searched defs:UseOdrIndicator (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h53 bool UseOdrIndicator; variable
/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp718 bool UseOdrIndicator = CodeGenOpts.SanitizeAddressUseOdrIndicator; addSanitizers() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp868 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
953 bool UseOdrIndicator; global() member in __anon175cbb230211::ModuleAddressSanitizer
1246 AddressSanitizerPass(const AddressSanitizerOptions & Options,bool UseGlobalGC,bool UseOdrIndicator,AsanDtorKind DestructorKind,AsanCtorKind ConstructorKind) AddressSanitizerPass() argument
[all...]