Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h389 XRayInstrSet XRayInstrumentationBundle; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp559 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayCustomEvents()
566 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayTypedEvents()
817 if (CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
819 CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
843 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
847 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
H A DCGBuiltin.cpp5181 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
5215 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1483 if (Opts.XRayInstrumentationBundle.Mask != XRayInstrKind::All) { in GenerateCodeGenArgs()
1485 serializeXRayInstrumentationBundle(Opts.XRayInstrumentationBundle); in GenerateCodeGenArgs()
1820 Opts.XRayInstrumentationBundle.Mask = XRayInstrKind::All; in ParseCodeGenArgs()
1824 Diags, Opts.XRayInstrumentationBundle); in ParseCodeGenArgs()