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

References

tools/clang/include/clang/Basic/XRayInstr.h
   41 constexpr XRayInstrMask All = Function | Custom | Typed;
tools/clang/lib/Basic/XRayInstr.cpp
   23                                  .Case("typed", XRayInstrKind::Typed)
tools/clang/lib/CodeGen/CGBuiltin.cpp
 4051             XRayInstrKind::Typed))
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  496               XRayInstrKind::Typed);
tools/clang/lib/Driver/XRayArgs.cpp
  237     if (InstrumentationBundle.has(XRayInstrKind::Typed))