Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp550 bool CodeGenFunction::ShouldXRayInstrumentFunction() const { in ShouldXRayInstrumentFunction() function in CodeGenFunction
821 if (XRayAttr->alwaysXRayInstrument() && ShouldXRayInstrumentFunction()) { in StartFunction()
828 if (ShouldXRayInstrumentFunction()) in StartFunction()
833 if (ShouldXRayInstrumentFunction() && !CGM.imbueXRayAttrs(Fn, Loc)) in StartFunction()
839 if (ShouldXRayInstrumentFunction()) { in StartFunction()
H A DCodeGenFunction.h2356 bool ShouldXRayInstrumentFunction() const;
H A DCGBuiltin.cpp5178 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()
5212 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()