Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp548 bool CodeGenFunction::AlwaysEmitXRayCustomEvents() const { in AlwaysEmitXRayCustomEvents() function in CodeGenFunction
H A DCodeGenFunction.h2358 bool AlwaysEmitXRayCustomEvents() const;
H A DCGBuiltin.cpp5145 if (XRayAttr->neverXRayInstrument() && !AlwaysEmitXRayCustomEvents()) in EmitBuiltinExpr()