Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp563 bool CodeGenFunction::AlwaysEmitXRayTypedEvents() const { in AlwaysEmitXRayTypedEvents() function in CodeGenFunction
H A DCodeGenFunction.h2364 bool AlwaysEmitXRayTypedEvents() const;
H A DCGBuiltin.cpp5220 if (XRayAttr->neverXRayInstrument() && !AlwaysEmitXRayTypedEvents()) in EmitBuiltinExpr()