| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/progress/ |
| H A D | progress.py | 35 incremental=True): argument 45 self.incremental = incremental 97 incremental=True, argument 109 incremental) 135 incremental=True, argument 147 incremental,
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangRepl.rst | 5 **Clang-Repl** is an interactive C++ interpreter that allows for incremental 45 an interface allowing the incremental processing of input. 47 2. Then it sends the input to the underlying incremental facilities in Clang
|
| H A D | ThinLTO.rst | 12 incremental. *LTO* (Link Time Optimization) achieves better 16 in time or memory, and also prevents fast incremental compiles. 34 <http://blog.llvm.org/2016/06/thinlto-scalable-and-incremental-lto.html>`_. 139 ThinLTO supports fast incremental builds through the use of a cache, 247 <http://blog.llvm.org/2016/06/thinlto-scalable-and-incremental-lto.html>`_
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | TODO | 3 Support the "traditional" BSD -A flag (incremental loading).
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | TODO | 3 Support the "traditional" BSD -A flag (incremental loading).
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Driver.cpp | 946 if (!ctx.config.incremental) { in createImportLibrary() 1562 config->incremental = true; in linkerMain() 1904 config->incremental = in linkerMain() 1937 if (config->incremental && args.hasArg(OPT_profile)) { in linkerMain() 1939 config->incremental = false; in linkerMain() 1942 if (config->incremental && args.hasArg(OPT_order)) { in linkerMain() 1944 config->incremental = false; in linkerMain() 1947 if (config->incremental && config->doGC) { in linkerMain() 1950 config->incremental = false; in linkerMain() 1953 if (config->incremental && config->doICF != ICFLevel::None) { in linkerMain() [all …]
|
| H A D | Config.h | 281 bool incremental = true; member
|
| H A D | Options.td | 194 defm incremental : B<"incremental",
|
| /openbsd-src/gnu/usr.bin/cvs/windows-NT/SCC/ |
| H A D | SCC.mak | 85 /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/SCC.pdb" /machine:I386\ 148 /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)/SCC.pdb" /debug\
|
| /openbsd-src/gnu/lib/libreadline/doc/ |
| H A D | rluser.texinfo | 286 There are two search modes: @dfn{incremental} and @dfn{non-incremental}. 292 An incremental search requires only as many characters as needed to 297 are used to terminate an incremental search. 299 @kbd{C-J} characters will terminate an incremental search. 300 @kbd{C-g} will abort an incremental search and restore the original line. 315 Readline remembers the last incremental search string. If two 319 Non-incremental searches read the entire search string before starting 483 The string of characters that should terminate an incremental search without 486 @kbd{C-J} will terminate an incremental search. 970 the history as necessary. This is an incremental search. [all …]
|
| /openbsd-src/lib/libcbor/ |
| H A D | README.md | 16 - Full support for streams & incremental processing
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | cl_arguments.py | 227 if opts.incremental:
|
| /openbsd-src/distrib/syspatch/ |
| H A D | README | 84 Patches are incremental and must be built in order. In case an errata does not
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | HowToAddABuilder.rst | 225 Use CCache and NOT incremental builds 229 use incremental builds and instead use ccache as the latter captures the 245 for a RAM cache, etc.. For builders without, incremental may be your best
|
| /openbsd-src/gnu/llvm/clang/runtime/ |
| H A D | CMakeLists.txt | 100 # Always run the build command so that incremental builds are correct.
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | CHANGES | 74 j. New key bindings when reading an incremental search string: ^W yanks 151 f. The incremental search code remembers the last search string and uses 232 rl_execute_next (like the incremental search functions). 542 containing the set of characters that should terminate an incremental 562 d. ^G now interrupts incremental searches correctly.
|
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 297 be useful in incremental linking scenarios, so that if a type is modified an 300 without forcing the incremental linker to garbage collect and update
|
| H A D | MsfFile.rst | 101 feature is designed to support incremental and atomic updates of the underlying
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | NEWS | 192 . CTRL-H is treated like DEL in incremental search. 269 . RET terminates incremental search normally. 351 . If the search string includes upper-case letters, in both incremental 352 and non-incremental search, the search is case-sensitive. 725 * makedoc.c replaces shell script, speeding incremental builds.
|
| /openbsd-src/usr.bin/vi/docs/ |
| H A D | changelog | 56 + Fix incremental search to overwrite erased characters so the user 58 + Fix incremental search to restart the search if the user enters an 157 incremental search. 191 when the user entered [ to an incremental search. 192 + Turn off screen beeps when incremental search is failing. 209 + Fix incremental search to match the current location for strings 262 + Change incremental search to leave the cursor at its last position 283 + Fix several minor incremental search bugs; make incremental 312 + Add incremental search (the searchincr edit option).
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/ |
| H A D | README.md | 108 modules which are not exists. So, it's suitable for incremental analysis during
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | timevar.def | 83 DEFTIMEVAR (TV_TREE_SSA_INCREMENTAL , "tree SSA incremental")
|
| /openbsd-src/gnu/gcc/ |
| H A D | FAQ | 38 6. [28]Will GCC someday include an incremental linker? 470 Will GCC someday include an incremental linker? 473 doesn't have anything to do with incremental linking. Depending on what 506 28. http://gcc.gnu.org/faq.html#incremental
|
| /openbsd-src/gnu/usr.bin/gcc/ |
| H A D | FAQ | 44 6. [31]Will GCC someday include an incremental linker? 538 Will GCC someday include an incremental linker? 541 GCC doesn't have anything to do with incremental linking. Depending on 577 31. http://gcc.gnu.org/faq.html#incremental
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/BLAKE3/ |
| H A D | README.md | 107 An incremental BLAKE3 hashing state, which can accept any number of
|