Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h318 XRayInstrSet XRayInstrumentationBundle; variable
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp535 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayCustomEvents()
542 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayTypedEvents()
797 if (CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
799 CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
823 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
827 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
DCGBuiltin.cpp4746 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
4780 if (!CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in EmitBuiltinExpr()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1259 Opts.XRayInstrumentationBundle.Mask = XRayInstrKind::All; in ParseCodeGenArgs()
1263 Diags, Opts.XRayInstrumentationBundle); in ParseCodeGenArgs()