Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp555 bool CodeGenFunction::AlwaysEmitXRayTypedEvents() const { in AlwaysEmitXRayTypedEvents() function in CodeGenFunction
H A DCodeGenFunction.h2362 bool AlwaysEmitXRayTypedEvents() const;
H A DCGBuiltin.cpp5179 if (XRayAttr->neverXRayInstrument() && !AlwaysEmitXRayTypedEvents()) in EmitBuiltinExpr()