Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h43 AsanDtorKind DestructorKind = AsanDtorKind::Global,
54 AsanDtorKind DestructorKind; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp797 AsanDtorKind DestructorKind = AsanDtorKind::Global, in ModuleAddressSanitizer() argument
821 DestructorKind(DestructorKind), in ModuleAddressSanitizer()
833 this->DestructorKind = ClOverrideDestructorKind; in ModuleAddressSanitizer()
834 assert(this->DestructorKind != AsanDtorKind::Invalid); in ModuleAddressSanitizer()
883 AsanDtorKind DestructorKind; member in __anon5057f5c60211::ModuleAddressSanitizer
1169 bool UseOdrIndicator, AsanDtorKind DestructorKind, in AddressSanitizerPass() argument
1172 UseOdrIndicator(UseOdrIndicator), DestructorKind(DestructorKind), in AddressSanitizerPass()
1179 UseGlobalGC, UseOdrIndicator, DestructorKind, ConstructorKind); in run()
2295 if (DestructorKind != AsanDtorKind::None && !MetadataGlobals.empty()) { in instrumentGlobalsELF()
2357 if (DestructorKind != AsanDtorKind::None) { in InstrumentGlobalsMachO()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp701 llvm::AsanDtorKind DestructorKind = in addSanitizers() local
709 DestructorKind)); in addSanitizers()