Home
last modified time | relevance | path

Searched refs:XRayIgnoreLoops (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DXRayArgs.h33 bool XRayIgnoreLoops = false; variable
H A DOptions.td2079 CodeGenOpts<"XRayIgnoreLoops">, DefaultFalse,
/llvm-project-15.0.7/clang/lib/Driver/
H A DXRayArgs.cpp107 XRayIgnoreLoops = true; in XRayArgs()
223 if (XRayIgnoreLoops) in addArgs()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def129 CODEGENOPT(XRayIgnoreLoops , 1, 0)
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp832 if (CGM.getCodeGenOpts().XRayIgnoreLoops) in StartFunction()