Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h404 XRayInstrSet XRayInstrumentationBundle; variable
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp605 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayCustomEvents()
612 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayTypedEvents()
895 if (CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
897 CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
921 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
925 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
H A DCGBuiltin.cpp6014 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
6048 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1673 if (Opts.XRayInstrumentationBundle.Mask != XRayInstrKind::All) { in GenerateCodeGenArgs()
1675 serializeXRayInstrumentationBundle(Opts.XRayInstrumentationBundle); in GenerateCodeGenArgs()
2002 Opts.XRayInstrumentationBundle.Mask = XRayInstrKind::All; in ParseCodeGenArgs()
2006 Diags, Opts.XRayInstrumentationBundle); in ParseCodeGenArgs()