Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.cpp609 bool CodeGenFunction::AlwaysEmitXRayTypedEvents() const { in AlwaysEmitXRayTypedEvents() function in CodeGenFunction
HDCodeGenFunction.h2538 bool AlwaysEmitXRayTypedEvents() const;
HDCGBuiltin.cpp6053 if (XRayAttr->neverXRayInstrument() && !AlwaysEmitXRayTypedEvents()) in EmitBuiltinExpr()