Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp827 bool ShouldUseMachOGlobalsSection() const;
1868 bool ModuleAddressSanitizer::ShouldUseMachOGlobalsSection() const { in ShouldUseMachOGlobalsSection() function in ModuleAddressSanitizer
2374 } else if (UseGlobalsGC && ShouldUseMachOGlobalsSection()) { in InstrumentGlobals()