Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp568 bool ShouldUseMachOGlobalsSection() const;
1347 bool AddressSanitizerModule::ShouldUseMachOGlobalsSection() const { in ShouldUseMachOGlobalsSection() function in AddressSanitizerModule
1539 if (ShouldUseMachOGlobalsSection()) { in InstrumentGlobals()
1585 if (ShouldUseMachOGlobalsSection()) { in InstrumentGlobals()
1602 if (ShouldUseMachOGlobalsSection()) { in InstrumentGlobals()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp780 bool ShouldUseMachOGlobalsSection() const;
1744 bool AddressSanitizerModule::ShouldUseMachOGlobalsSection() const { in ShouldUseMachOGlobalsSection() function in AddressSanitizerModule
2223 } else if (UseGlobalsGC && ShouldUseMachOGlobalsSection()) { in InstrumentGlobals()