Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h369 XRayInstrSet XRayInstrumentationBundle; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp551 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayCustomEvents()
558 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayTypedEvents()
809 if (CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
811 CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
835 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
839 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
H A DCGBuiltin.cpp5140 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
5174 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1471 if (Opts.XRayInstrumentationBundle.Mask != XRayInstrKind::All) { in GenerateCodeGenArgs()
1473 serializeXRayInstrumentationBundle(Opts.XRayInstrumentationBundle); in GenerateCodeGenArgs()
1812 Opts.XRayInstrumentationBundle.Mask = XRayInstrKind::All; in ParseCodeGenArgs()
1816 Diags, Opts.XRayInstrumentationBundle); in ParseCodeGenArgs()