Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DXRayArgs.h31 bool XRayAlwaysEmitTypedEvents = false; variable
H A DOptions.td1910 LangOpts<"XRayAlwaysEmitTypedEvents">, DefaultFalse,
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp98 XRayAlwaysEmitTypedEvents = true; in XRayArgs()
219 if (XRayAlwaysEmitTypedEvents) in addArgs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def117 CODEGENOPT(XRayAlwaysEmitTypedEvents , 1, 0)
H A DLangOptions.def386 LANGOPT(XRayAlwaysEmitTypedEvents, 1, 0,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp549 (CGM.getCodeGenOpts().XRayAlwaysEmitTypedEvents || in AlwaysEmitXRayTypedEvents()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp453 CodeGenOpts.XRayAlwaysEmitTypedEvents = LangOpts.XRayAlwaysEmitTypedEvents; in FixupInvocation()