Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp468 bool CodeGenFunction::ShouldXRayInstrumentFunction() const { in ShouldXRayInstrumentFunction() function in CodeGenFunction
923 if (XRayAttr->alwaysXRayInstrument() && ShouldXRayInstrumentFunction()) in StartFunction()
928 if (ShouldXRayInstrumentFunction()) in StartFunction()
933 if (ShouldXRayInstrumentFunction() && !CGM.imbueXRayAttrs(Fn, Loc)) in StartFunction()
H A DCodeGenFunction.h1960 bool ShouldXRayInstrumentFunction() const;
H A DCGBuiltin.cpp3818 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()
3852 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()