Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp557 bool CodeGenFunction::AlwaysEmitXRayCustomEvents() const { in AlwaysEmitXRayCustomEvents() function in CodeGenFunction
H A DCodeGenFunction.h2429 bool AlwaysEmitXRayCustomEvents() const;
H A DCGBuiltin.cpp5752 if (XRayAttr->neverXRayInstrument() && !AlwaysEmitXRayCustomEvents()) in EmitBuiltinExpr()