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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 1984   bool ShouldXRayInstrumentFunction() const;

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
 4013     if (!ShouldXRayInstrumentFunction())
 4047     if (!ShouldXRayInstrumentFunction())
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  746         if (XRayAttr->alwaysXRayInstrument() && ShouldXRayInstrumentFunction())
  751           if (ShouldXRayInstrumentFunction())
  756       if (ShouldXRayInstrumentFunction() && !CGM.imbueXRayAttrs(Fn, Loc))