Home
last modified time | relevance | path

Searched refs:noopt (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/Transforms/FunctionAttrs/
Dconvergent.ll92 ; CHECK-NEXT: define i32 @noopt()
93 define i32 @noopt() convergent optnone noinline {
104 %a = call i32 @noopt()
/external/google-fruit/extras/packaging/
Ddebian.rules7 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
/external/strace/debian/
Drules12 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
/external/mesa3d/docs/relnotes/
D20.1.1.rst89 - llvmpipe: move coroutines out of noopt case
D20.2.0.rst1430 - llvmpipe: move coroutines out of noopt case
D20.3.0.rst4297 - aco: add ACO_DEBUG=novn,noopt,nosched for debugging purposes
/external/ppp/pppd/
Dlcp.c79 static int noopt __P((char **));
89 { "-all", o_special_noarg, (void *)noopt,
300 noopt(argv) in noopt() function
/external/python/cpython3/PCbuild/
Dprepare_libffi.bat52 if /I "%1"=="-noopt" (set BUILD_NOOPT=CFLAGS='-Od -warn all') & shift & goto :CheckOpts
/external/libwebm/
Dwebm_info.cc111 const string noopt = "-no" + option; in MatchesBooleanOption() local
112 return value == opt || value == noopt; in MatchesBooleanOption()
/external/freetype/
Dvms_make.com20 $! * DEBUG - Compile modules with /noopt/debug and link shareable image
/external/mesa3d/src/amd/compiler/
DREADME.md236 * `noopt` - Disables the ACO optimizer.
/external/mesa3d/docs/
Denvvars.rst647 ``noopt``
/external/rust/crates/libz-sys/src/zlib-ng/
Dconfigure217 -noopt | --without-optimizations) without_optimizations=1; shift;;
/external/clang/include/clang/Driver/
DOptions.td413 def cuda_noopt_device_debug : Flag<["--"], "cuda-noopt-device-debug">,
418 def no_cuda_noopt_device_debug : Flag<["--"], "no-cuda-noopt-device-debug">;
/external/AFLplusplus/docs/
DChangelog.md197 - added --afl-noopt support
/external/AFLplusplus/
DChangelog.md197 - added --afl-noopt support
/external/e2fsprogs/debian/
Dchangelog3791 * Support "noopt" in DEB_BUILD_OPTIONS instead of "debug".