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