Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp556 bool CodeGenFunction::AlwaysEmitXRayCustomEvents() const { in AlwaysEmitXRayCustomEvents() function in CodeGenFunction
H A DCodeGenFunction.h2360 bool AlwaysEmitXRayCustomEvents() const;
H A DCGBuiltin.cpp5186 if (XRayAttr->neverXRayInstrument() && !AlwaysEmitXRayCustomEvents()) in EmitBuiltinExpr()