Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h287 XRayInstrSet XRayInstrumentationBundle; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp477 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayCustomEvents()
484 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayTypedEvents()
921 if (CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
H A DCGBuiltin.cpp3821 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
3855 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1022 Opts.XRayInstrumentationBundle.Mask = XRayInstrKind::All; in ParseCodeGenArgs()
1026 Diags, Opts.XRayInstrumentationBundle); in ParseCodeGenArgs()