Home
last modified time | relevance | path

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

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