Home
last modified time | relevance | path

Searched refs:ShouldXRayInstrumentFunction (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp542 bool CodeGenFunction::ShouldXRayInstrumentFunction() const { in ShouldXRayInstrumentFunction() function in CodeGenFunction
813 if (XRayAttr->alwaysXRayInstrument() && ShouldXRayInstrumentFunction()) { in StartFunction()
820 if (ShouldXRayInstrumentFunction()) in StartFunction()
825 if (ShouldXRayInstrumentFunction() && !CGM.imbueXRayAttrs(Fn, Loc)) in StartFunction()
831 if (ShouldXRayInstrumentFunction()) { in StartFunction()
H A DCodeGenFunction.h2354 bool ShouldXRayInstrumentFunction() const;
H A DCGBuiltin.cpp5137 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()
5171 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()