Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp534 bool CodeGenFunction::ShouldXRayInstrumentFunction() const { in ShouldXRayInstrumentFunction() function in CodeGenFunction
817 if (XRayAttr->alwaysXRayInstrument() && ShouldXRayInstrumentFunction()) { in StartFunction()
824 if (ShouldXRayInstrumentFunction()) in StartFunction()
829 if (ShouldXRayInstrumentFunction() && !CGM.imbueXRayAttrs(Fn, Loc)) in StartFunction()
835 if (ShouldXRayInstrumentFunction()) { in StartFunction()
H A DCodeGenFunction.h2291 bool ShouldXRayInstrumentFunction() const;
H A DCGBuiltin.cpp5049 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()
5083 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()