Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DInstrumentation.h130 bool UseGlobalsGC = true);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp734 bool UseGlobalsGC = true) in AddressSanitizerModule() argument
736 UseGlobalsGC(UseGlobalsGC && ClUseGlobalsGC), in AddressSanitizerModule()
744 UseCtorComdat(UseGlobalsGC && ClWithComdat) { in AddressSanitizerModule()
792 bool UseGlobalsGC; member in __anond0cac1aa0211::AddressSanitizerModule
1092 bool UseGlobalsGC) { in createAddressSanitizerModulePass() argument
1094 return new AddressSanitizerModule(CompileKernel, Recover, UseGlobalsGC); in createAddressSanitizerModulePass()
2215 (UseGlobalsGC && TargetTriple.isOSBinFormatELF()) ? getUniqueModuleId(&M) in InstrumentGlobals()
2221 } else if (UseGlobalsGC && TargetTriple.isOSBinFormatCOFF()) { in InstrumentGlobals()
2223 } else if (UseGlobalsGC && ShouldUseMachOGlobalsSection()) { in InstrumentGlobals()