reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1984 bool ShouldXRayInstrumentFunction() const;
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))