Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp831 bool ShouldUseMachOGlobalsSection() const;
2030 bool ModuleAddressSanitizer::ShouldUseMachOGlobalsSection() const { in ShouldUseMachOGlobalsSection() function in ModuleAddressSanitizer
2536 } else if (UseGlobalsGC && ShouldUseMachOGlobalsSection()) { in InstrumentGlobals()