reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Driver/XRayArgs.h
   42   XRayInstrSet instrumentationBundle() const { return InstrumentationBundle; }
tools/clang/lib/Driver/XRayArgs.cpp
  101       InstrumentationBundle.Mask = XRayInstrKind::All;
  120             InstrumentationBundle.clear();
  124           InstrumentationBundle.Mask |= Mask;
  228   if (InstrumentationBundle.full()) {
  230   } else if (InstrumentationBundle.empty()) {
  233     if (InstrumentationBundle.has(XRayInstrKind::Function))
  235     if (InstrumentationBundle.has(XRayInstrKind::Custom))
  237     if (InstrumentationBundle.has(XRayInstrKind::Typed))