Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp551 bool CodeGenFunction::ShouldXRayInstrumentFunction() const { in ShouldXRayInstrumentFunction() function in CodeGenFunction
841 if (XRayAttr->alwaysXRayInstrument() && ShouldXRayInstrumentFunction()) { in StartFunction()
848 if (ShouldXRayInstrumentFunction()) in StartFunction()
853 if (ShouldXRayInstrumentFunction() && !CGM.imbueXRayAttrs(Fn, Loc)) in StartFunction()
859 if (ShouldXRayInstrumentFunction()) { in StartFunction()
H A DCodeGenFunction.h2425 bool ShouldXRayInstrumentFunction() const;
H A DCGBuiltin.cpp5744 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()
5778 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()