Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp564 bool CodeGenFunction::AlwaysEmitXRayTypedEvents() const { in AlwaysEmitXRayTypedEvents() function in CodeGenFunction
H A DCodeGenFunction.h2433 bool AlwaysEmitXRayTypedEvents() const;
H A DCGBuiltin.cpp5786 if (XRayAttr->neverXRayInstrument() && !AlwaysEmitXRayTypedEvents()) in EmitBuiltinExpr()