Searched refs:UseGlobalGC (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizer.h | 123 bool CompileKernel = false, bool Recover = false, bool UseGlobalGC = true, 132 bool UseGlobalGC; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 871 bool CompileKernel = false, bool Recover = false, bool UseGlobalGC = true, in ModuleAddressSanitizerLegacyPass() argument 875 UseGlobalGC(UseGlobalGC), UseOdrIndicator(UseOdrIndicator), in ModuleAddressSanitizerLegacyPass() 891 UseGlobalGC, UseOdrIndicator, in runOnModule() 899 bool UseGlobalGC; member in __anonac73263b0211::ModuleAddressSanitizerLegacyPass 1232 bool CompileKernel, bool Recover, bool UseGlobalGC, bool UseOdrIndicator, in ModuleAddressSanitizerPass() argument 1234 : CompileKernel(CompileKernel), Recover(Recover), UseGlobalGC(UseGlobalGC), in ModuleAddressSanitizerPass() 1241 UseGlobalGC, UseOdrIndicator, in run()
|