Home
last modified time | relevance | path

Searched refs:Keep (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DToolOutputFile.cpp21 : 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 DAutoSplit.pm9 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 DToolOutputFile.h37 bool Keep; variable
67 void keep() { Installer.Keep = true; } in keep()
H A DCodeGen.h129 Keep = 0, ///< No function return thunk. enumerator
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdb_mbuild.sh31 -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 DReduceOperandsSkip.cpp204 bool Keep = O.shouldKeep(); in extractOperandsFromModule() local
205 if (AlreadyReplaced || Keep) in extractOperandsFromModule()
/openbsd-src/games/monop/
H A Dcards.inp3 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 DCHANGELOG.md5 Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this f…
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp22 llvm::errs() << " Keep: " << Keep << '\n'; in dump()
64 I.Keep = !I.Prune; in markEverythingAsKept()
H A DDWARFLinker.cpp639 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 Ds390x.inc36 # Keep the original SP in %r11.
H A Ds390.inc43 # Keep the original SP in %r11.
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DGetErrcMessages.cmake5 # 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 DLTO.cpp751 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 DREADME.txt4 * Keep the address of the constant pool in a register instead of forming its
/openbsd-src/gnu/llvm/lld/cmake/modules/
H A DCMakeLists.txt13 # Keep this in sync with llvm/cmake/CMakeLists.txt!
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h405 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 Dstart-stop-gc.rst65 `the ``KEEP`` keyword <https://sourceware.org/binutils/docs/ld/Input-Section-Keep.html>`_, e.g.
/openbsd-src/gnu/llvm/clang/cmake/modules/
H A DCMakeLists.txt14 # Keep this in sync with llvm/cmake/CMakeLists.txt!
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp296 bool Keep = KeepRegs.test(Reg); in ScanInstruction() local
306 if (!Keep) in ScanInstruction()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h199 enum class LineLevel { Remove, Keep }; enumerator
/openbsd-src/gnu/llvm/lldb/docs/resources/
H A Dcaveats.rst70 Keep in mind that Python 2 is deprecated and no longer maintained. Future
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h65 bool Keep : 1; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DCommonOpts.td75 defm keep_section : Eq<"keep-section", "Keep <section>">,
/openbsd-src/gnu/llvm/llvm/docs/
H A DMeetupGuidelines.rst54 * Keep looking for speakers far in advance, ideally you should have 2-3

12345678910>>...12