Searched refs:InstrumentationBundle (Results 1 – 2 of 2) sorted by relevance
79 InstrumentationBundle.Mask = XRayInstrKind::All; in XRayArgs()99 InstrumentationBundle.clear(); in XRayArgs()103 InstrumentationBundle.Mask |= Mask; in XRayArgs()241 if (InstrumentationBundle.full()) { in addArgs()243 } else if (InstrumentationBundle.empty()) { in addArgs()246 if (InstrumentationBundle.has(XRayInstrKind::FunctionEntry) && in addArgs()247 InstrumentationBundle.has(XRayInstrKind::FunctionExit)) in addArgs()249 else if (InstrumentationBundle.has(XRayInstrKind::FunctionEntry)) in addArgs()251 else if (InstrumentationBundle.has(XRayInstrKind::FunctionExit)) in addArgs()254 if (InstrumentationBundle.has(XRayInstrKind::Custom)) in addArgs()[all …]
27 XRayInstrSet InstrumentationBundle; variable39 XRayInstrSet instrumentationBundle() const { return InstrumentationBundle; } in instrumentationBundle()