Lines Matching refs:SInfo
1413 bool HWAddressSanitizer::instrumentStack(memtag::StackInfo &SInfo, in instrumentStack() argument
1425 for (auto &KV : SInfo.AllocasToInstrument) { in instrumentStack()
1483 !SInfo.CallsReturnTwice && in instrumentStack()
1484 SInfo.UnrecognizedLifetimes.empty() && in instrumentStack()
1492 SInfo.RetVec, TagEnd)) { in instrumentStack()
1498 for (auto *RI : SInfo.RetVec) in instrumentStack()
1509 for (auto &I : SInfo.UnrecognizedLifetimes) in instrumentStack()
1596 memtag::StackInfo &SInfo = SIB.get(); in sanitizeFunction() local
1603 if (SInfo.AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction()
1610 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1629 !SInfo.AllocasToInstrument.empty()); in sanitizeFunction()
1631 if (!SInfo.AllocasToInstrument.empty()) { in sanitizeFunction()
1637 instrumentStack(SInfo, StackTag, UARTag, DT, PDT, LI); in sanitizeFunction()