Home
last modified time | relevance | path

Searched refs:XRayAlwaysEmitTypedEvents (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/include/clang/Driver/
DXRayArgs.h31 bool XRayAlwaysEmitTypedEvents = false; variable
DOptions.td1406 …ontaining function is not always instrumented", "", "", [], "LangOpts->XRayAlwaysEmitTypedEvents">;
/external/llvm-project/clang/lib/Driver/
DXRayArgs.cpp98 XRayAlwaysEmitTypedEvents = true; in XRayArgs()
219 if (XRayAlwaysEmitTypedEvents) in addArgs()
/external/llvm-project/clang/include/clang/Basic/
DLangOptions.def370 LANGOPT(XRayAlwaysEmitTypedEvents, 1, 0,
DCodeGenOptions.def111 CODEGENOPT(XRayAlwaysEmitTypedEvents , 1, 0)
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp313 CodeGenOpts.XRayAlwaysEmitTypedEvents = LangOpts.XRayAlwaysEmitTypedEvents; in FixupInvocation()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp541 (CGM.getCodeGenOpts().XRayAlwaysEmitTypedEvents || in AlwaysEmitXRayTypedEvents()