Searched refs:ShouldXRayInstrumentFunction (Results 1 – 5 of 5) sorted by relevance
526 bool CodeGenFunction::ShouldXRayInstrumentFunction() const { in ShouldXRayInstrumentFunction() function in CodeGenFunction801 if (XRayAttr->alwaysXRayInstrument() && ShouldXRayInstrumentFunction()) { in StartFunction()808 if (ShouldXRayInstrumentFunction()) in StartFunction()813 if (ShouldXRayInstrumentFunction() && !CGM.imbueXRayAttrs(Fn, Loc)) in StartFunction()819 if (ShouldXRayInstrumentFunction()) { in StartFunction()
2247 bool ShouldXRayInstrumentFunction() const;
4743 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()4777 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()
402 bool CodeGenFunction::ShouldXRayInstrumentFunction() const { in ShouldXRayInstrumentFunction() function in CodeGenFunction696 if (D && ShouldXRayInstrumentFunction()) { in StartFunction()
1526 bool ShouldXRayInstrumentFunction() const;