| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | ToolOutputFile.cpp | 21 : Filename(std::string(Filename)), Keep(false) { in CleanupInstaller() 32 if (!Keep) in ~CleanupInstaller() 52 Installer.Keep = true; in ToolOutputFile()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/AutoLoader/lib/ |
| H A D | AutoSplit.pm | 9 our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Verbose, $Keep, $Maxlen, 15 @EXPORT_OK = qw($Verbose $Keep $Maxlen $CheckForAutoloader $CheckModTime); 206 $Keep = 0; 253 $keep = $Keep unless defined $keep; 288 $Keep, $CheckForAutoloader, $CheckModTime);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | ToolOutputFile.h | 37 bool Keep; variable 67 void keep() { Installer.Keep = true; } in keep()
|
| H A D | CodeGen.h | 129 Keep = 0, ///< No function return thunk. enumerator
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | gdb_mbuild.sh | 31 -k Keep going. Do not stop after the first build fails. 32 --keep Keep builds. Do not remove each build when finished.
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceOperandsSkip.cpp | 204 bool Keep = O.shouldKeep(); in extractOperandsFromModule() local 205 if (AlreadyReplaced || Keep) in extractOperandsFromModule()
|
| /openbsd-src/games/monop/ |
| H A D | cards.inp | 3 Keep this card until needed or sold 62 Keep this card until needed or sold
|
| /openbsd-src/gnu/llvm/llvm/utils/vscode/llvm/ |
| H A D | CHANGELOG.md | 5 Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this f…
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | 22 llvm::errs() << " Keep: " << Keep << '\n'; in dump() 64 I.Keep = !I.Prune; in markEverythingAsKept()
|
| H A D | DWARFLinker.cpp | 639 if (Info.Keep && isODRCanonicalCandidate(Die, CU) && in markODRCanonicalDie() 717 if (CU.getInfo(AncestorIdx).Keep) in lookForParentDIEsToKeep() 802 bool AlreadyKept = MyInfo.Keep; in lookForDIEsToKeep() 816 (MyInfo.ODRMarkingDone && !MyInfo.Keep)) { in lookForDIEsToKeep() 833 MyInfo.Keep = true; in lookForDIEsToKeep() 879 const bool CurrentDieIsKept = CU.getInfo(Current).Keep; in verifyKeepChain() 884 const bool ChildDieIsKept = CU.getInfo(Child).Keep; in verifyKeepChain() 1460 if (!Unit.getInfo(Idx).Keep) in cloneDIE() 1612 if (Unit.getInfo(Idx).Keep) { in cloneDIE() 2279 if (CurrentUnit->getInfo(0).Keep) { in cloneAllCompileUnits()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/ |
| H A D | s390x.inc | 36 # Keep the original SP in %r11.
|
| H A D | s390.inc | 43 # Keep the original SP in %r11.
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | GetErrcMessages.cmake | 5 # Keep amount, order and tested error codes in sync with llvm/utils/lit/lit/llvm/config.py.
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | LTO.cpp | 751 Mod.Keep.push_back(&GV); in addRegularLTO() 791 Mod.Keep.push_back(GV); in addRegularLTO() 811 Mod.Keep.push_back(GV); in addRegularLTO() 876 std::vector<GlobalValue *> Keep; in linkRegularLTO() local 877 for (GlobalValue *GV : Mod.Keep) { in linkRegularLTO() 893 Keep.push_back(GV); in linkRegularLTO() 904 Keep.push_back(GV); in linkRegularLTO() 907 return RegularLTO.Mover->move(std::move(Mod.M), Keep, nullptr, in linkRegularLTO()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | README.txt | 4 * Keep the address of the constant pool in a register instead of forming its
|
| /openbsd-src/gnu/llvm/lld/cmake/modules/ |
| H A D | CMakeLists.txt | 13 # Keep this in sync with llvm/cmake/CMakeLists.txt!
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | RegionInfoImpl.h | 405 std::vector<std::unique_ptr<RegionT>> Keep; in addSubRegion() local 411 Keep.push_back(std::move(R)); in addSubRegion() 417 std::move_iterator<typename RegionSet::iterator>(Keep.begin()), in addSubRegion() 418 std::move_iterator<typename RegionSet::iterator>(Keep.end())); in addSubRegion()
|
| /openbsd-src/gnu/llvm/lld/docs/ELF/ |
| H A D | start-stop-gc.rst | 65 `the ``KEEP`` keyword <https://sourceware.org/binutils/docs/ld/Input-Section-Keep.html>`_, e.g.
|
| /openbsd-src/gnu/llvm/clang/cmake/modules/ |
| H A D | CMakeLists.txt | 14 # Keep this in sync with llvm/cmake/CMakeLists.txt!
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CriticalAntiDepBreaker.cpp | 296 bool Keep = KeepRegs.test(Reg); in ScanInstruction() local 306 if (!Keep) in ScanInstruction()
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | UnwrappedLineParser.h | 199 enum class LineLevel { Remove, Keep }; enumerator
|
| /openbsd-src/gnu/llvm/lldb/docs/resources/ |
| H A D | caveats.rst | 70 Keep in mind that Python 2 is deprecated and no longer maintained. Future
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | 65 bool Keep : 1; member
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 75 defm keep_section : Eq<"keep-section", "Keep <section>">,
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | MeetupGuidelines.rst | 54 * Keep looking for speakers far in advance, ideally you should have 2-3
|