Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DXRayArgs.h33 bool XRayIgnoreLoops = false; variable
H A DOptions.td1893 CodeGenOpts<"XRayIgnoreLoops">, DefaultFalse,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DXRayArgs.cpp106 XRayIgnoreLoops = true; in XRayArgs()
222 if (XRayIgnoreLoops) in addArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def120 CODEGENOPT(XRayIgnoreLoops , 1, 0)
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp828 if (CGM.getCodeGenOpts().XRayIgnoreLoops) in StartFunction()