Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp868 bool UseGlobalsGC = true, bool UseOdrIndicator = true, in ModuleAddressSanitizer() argument
877 UseGlobalsGC(UseGlobalsGC && ClUseGlobalsGC && !this->CompileKernel), in ModuleAddressSanitizer()
892 UseCtorComdat(UseGlobalsGC && ClWithComdat && !this->CompileKernel), in ModuleAddressSanitizer()
951 bool UseGlobalsGC; member in __anon4b8f1cd00211::ModuleAddressSanitizer
2663 if (UseGlobalsGC && TargetTriple.isOSBinFormatELF()) { in instrumentGlobals()
2677 if (UseGlobalsGC && TargetTriple.isOSBinFormatCOFF()) { in instrumentGlobals()
2679 } else if (UseGlobalsGC && ShouldUseMachOGlobalsSection()) { in instrumentGlobals()