Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp866 bool ShouldUseMachOGlobalsSection() const;
2069 bool ModuleAddressSanitizer::ShouldUseMachOGlobalsSection() const { in ShouldUseMachOGlobalsSection() function in ModuleAddressSanitizer
2587 } else if (UseGlobalsGC && ShouldUseMachOGlobalsSection()) { in instrumentGlobals()