Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp571 size_t MinRedzoneSizeForGlobal() const { in MinRedzoneSizeForGlobal() function in __anone3a95e720111::AddressSanitizerModule
1277 if (G->getAlignment() > MinRedzoneSizeForGlobal()) return false; in ShouldInstrumentGlobal()
1449 uint64_t MinRZ = MinRedzoneSizeForGlobal(); in InstrumentGlobals()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp784 size_t MinRedzoneSizeForGlobal() const { in MinRedzoneSizeForGlobal() function in __anond0cac1aa0211::AddressSanitizerModule
1669 if (G->getAlignment() > MinRedzoneSizeForGlobal()) return false; in ShouldInstrumentGlobal()
2101 uint64_t MinRZ = MinRedzoneSizeForGlobal(); in InstrumentGlobals()