Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp481 bool CodeGenFunction::AlwaysEmitXRayTypedEvents() const { in AlwaysEmitXRayTypedEvents() function in CodeGenFunction
H A DCodeGenFunction.h1968 bool AlwaysEmitXRayTypedEvents() const;
H A DCGBuiltin.cpp3860 if (XRayAttr->neverXRayInstrument() && !AlwaysEmitXRayTypedEvents()) in EmitBuiltinExpr()