Lines Matching defs:LastProbe
55 const MCPseudoProbe *LastProbe) const {
57 assert((LastProbe || IsSentinel) &&
79 // Emit the delta between the address label and LastProbe.
81 buildSymbolDiff(MCOS, Label, LastProbe->getLabel());
147 const MCPseudoProbe *&LastProbe) {
166 assert(isSentinelProbe(LastProbe->getAttributes()) &&
169 if (LastProbe->getGuid() != Guid)
178 LastProbe->emit(MCOS, nullptr);
182 Probe.emit(MCOS, LastProbe);
183 LastProbe = &Probe;
202 Inlinee.second->emit(MCOS, LastProbe);