Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h350 XRayInstrSet XRayInstrumentationBundle; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp543 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayCustomEvents()
550 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayTypedEvents()
805 if (CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
807 CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
831 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
835 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
H A DCGBuiltin.cpp4971 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
5005 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1454 if (Opts.XRayInstrumentationBundle.Mask != XRayInstrKind::All) { in GenerateCodeGenArgs()
1456 serializeXRayInstrumentationBundle(Opts.XRayInstrumentationBundle); in GenerateCodeGenArgs()
1773 Opts.XRayInstrumentationBundle.Mask = XRayInstrKind::All; in ParseCodeGenArgs()
1777 Diags, Opts.XRayInstrumentationBundle); in ParseCodeGenArgs()