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

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

Completed in 196 milliseconds