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.cpp596 bool CodeGenFunction::ShouldXRayInstrumentFunction() const { in ShouldXRayInstrumentFunction() function in CodeGenFunction
899 if (XRayAttr->alwaysXRayInstrument() && ShouldXRayInstrumentFunction()) { in StartFunction()
906 if (ShouldXRayInstrumentFunction()) in StartFunction()
911 if (ShouldXRayInstrumentFunction() && !CGM.imbueXRayAttrs(Fn, Loc)) in StartFunction()
917 if (ShouldXRayInstrumentFunction()) { in StartFunction()
H A DCodeGenFunction.h2530 bool ShouldXRayInstrumentFunction() const;
H A DCGBuiltin.cpp6011 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()
6045 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()