Home
last modified time | relevance | path

Searched refs:UseGlobalGC (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
DAddressSanitizer.h126 bool CompileKernel = false, bool Recover = false, bool UseGlobalGC = true,
135 bool UseGlobalGC; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp881 bool CompileKernel = false, bool Recover = false, bool UseGlobalGC = true, in ModuleAddressSanitizerLegacyPass() argument
885 UseGlobalGC(UseGlobalGC), UseOdrIndicator(UseOdrIndicator), in ModuleAddressSanitizerLegacyPass()
901 UseGlobalGC, UseOdrIndicator, in runOnModule()
909 bool UseGlobalGC; member in __anon7350fde80211::ModuleAddressSanitizerLegacyPass
1241 bool CompileKernel, bool Recover, bool UseGlobalGC, bool UseOdrIndicator, in ModuleAddressSanitizerPass() argument
1243 : CompileKernel(CompileKernel), Recover(Recover), UseGlobalGC(UseGlobalGC), in ModuleAddressSanitizerPass()
1250 UseGlobalGC, UseOdrIndicator, in run()