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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp554 /// AlwaysEmitXRayCustomEvents - Return true if we should emit IR for calls to
556 bool CodeGenFunction::AlwaysEmitXRayCustomEvents() const { function in class:CodeGenFunction
H A DCodeGenFunction.h2358 /// AlwaysEmitXRayCustomEvents - Return true if we must unconditionally emit
2360 bool AlwaysEmitXRayCustomEvents() const;
H A DCGBuiltin.cpp5186 if (XRayAttr->neverXRayInstrument() && !AlwaysEmitXRayCustomEvents())

Completed in 281 milliseconds