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.cpp594 bool CodeGenFunction::ShouldXRayInstrumentFunction() const { in ShouldXRayInstrumentFunction() function in CodeGenFunction
905 if (XRayAttr->alwaysXRayInstrument() && ShouldXRayInstrumentFunction()) { in StartFunction()
912 if (ShouldXRayInstrumentFunction()) in StartFunction()
917 if (ShouldXRayInstrumentFunction() && !CGM.imbueXRayAttrs(Fn, Loc)) in StartFunction()
923 if (ShouldXRayInstrumentFunction()) { in StartFunction()
H A DCGBuiltin.cpp6213 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()
6247 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()
H A DCodeGenFunction.h2537 bool ShouldXRayInstrumentFunction() const;