Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp532 bool CodeGenFunction::AlwaysEmitXRayCustomEvents() const { in AlwaysEmitXRayCustomEvents() function in CodeGenFunction
DCodeGenFunction.h2251 bool AlwaysEmitXRayCustomEvents() const;
DCGBuiltin.cpp4751 if (XRayAttr->neverXRayInstrument() && !AlwaysEmitXRayCustomEvents()) in EmitBuiltinExpr()