Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp526 bool CodeGenFunction::ShouldXRayInstrumentFunction() const { in ShouldXRayInstrumentFunction() function in CodeGenFunction
801 if (XRayAttr->alwaysXRayInstrument() && ShouldXRayInstrumentFunction()) { in StartFunction()
808 if (ShouldXRayInstrumentFunction()) in StartFunction()
813 if (ShouldXRayInstrumentFunction() && !CGM.imbueXRayAttrs(Fn, Loc)) in StartFunction()
819 if (ShouldXRayInstrumentFunction()) { in StartFunction()
DCodeGenFunction.h2247 bool ShouldXRayInstrumentFunction() const;
DCGBuiltin.cpp4743 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()
4777 if (!ShouldXRayInstrumentFunction()) in EmitBuiltinExpr()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp402 bool CodeGenFunction::ShouldXRayInstrumentFunction() const { in ShouldXRayInstrumentFunction() function in CodeGenFunction
696 if (D && ShouldXRayInstrumentFunction()) { in StartFunction()
DCodeGenFunction.h1526 bool ShouldXRayInstrumentFunction() const;