Home
last modified time | relevance | path

Searched refs:XRayInstrumentationBundle (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h350 XRayInstrSet XRayInstrumentationBundle; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp543 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayCustomEvents()
550 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayTypedEvents()
813 if (CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
815 CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
839 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
843 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
DCGBuiltin.cpp5052 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
5086 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1451 if (Opts.XRayInstrumentationBundle.Mask != XRayInstrKind::All) { in GenerateCodeGenArgs()
1453 serializeXRayInstrumentationBundle(Opts.XRayInstrumentationBundle); in GenerateCodeGenArgs()
1776 Opts.XRayInstrumentationBundle.Mask = XRayInstrKind::All; in ParseCodeGenArgs()
1780 Diags, Opts.XRayInstrumentationBundle); in ParseCodeGenArgs()