Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h397 XRayInstrSet XRayInstrumentationBundle; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp560 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayCustomEvents()
567 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayTypedEvents()
837 if (CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
839 CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
863 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
867 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
H A DCGBuiltin.cpp5747 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
5781 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1597 if (Opts.XRayInstrumentationBundle.Mask != XRayInstrKind::All) { in GenerateCodeGenArgs()
1599 serializeXRayInstrumentationBundle(Opts.XRayInstrumentationBundle); in GenerateCodeGenArgs()
1924 Opts.XRayInstrumentationBundle.Mask = XRayInstrKind::All; in ParseCodeGenArgs()
1928 Diags, Opts.XRayInstrumentationBundle); in ParseCodeGenArgs()