Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp534 bool CodeGenFunction::ShouldXRayInstrumentFunction() const { in ShouldXRayInstrumentFunction() function in CodeGenFunction
809 if (XRayAttr->alwaysXRayInstrument() && ShouldXRayInstrumentFunction()) { in StartFunction()
816 if (ShouldXRayInstrumentFunction()) in StartFunction()
821 if (ShouldXRayInstrumentFunction() && !CGM.imbueXRayAttrs(Fn, Loc)) in StartFunction()
827 if (ShouldXRayInstrumentFunction()) { in StartFunction()
H A DCodeGenFunction.h2291 bool ShouldXRayInstrumentFunction() const;
H A DCGBuiltin.cpp4968 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()
5002 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()