| /src/contrib/llvm-project/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()
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ToolOutputFile.h | 27 bool Keep; variable 69 void keep() { Installer.Keep = true; } in keep()
|
| H A D | CodeGen.h | 128 Keep = 0, ///< No function return thunk. enumerator
|
| /src/ |
| H A D | MAINTAINERS | 53 etc/mail gshapiro Pre-commit review requested. Keep in sync with -STABLE. 54 etc/sendmail gshapiro Pre-commit review requested. Keep in sync with -STABLE. 60 libdpv dteske Pre-commit review requested. Keep in sync with dpv(1). 120 usr.sbin/dpv dteske Pre-commit review requested. Keep in sync with libdpv. 122 usr.sbin/sysrc dteske Pre-commit phabricator review requested. Keep in sync with bsdconfig(8) sysrc…
|
| /src/stand/efi/loader/ |
| H A D | version | 2 1.1: Keep in sync with i386 version.
|
| H A D | version.veriexec | 4 1.1: Keep in sync with i386 version.
|
| /src/crypto/openssl/doc/designs/ |
| H A D | handling-some-max-defines.md | 52 Keep the value as is, do not deprecate. Review the codebase if it isn't 77 Keep the value as is, do not deprecate. Possibly review the codebase 123 Keep the value as is, do not deprecate. Possibly review the codebase
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.cpp | 28 llvm::errs() << " Keep: " << Keep << '\n'; in dump() 70 I.Keep = !I.Prune; in markEverythingAsKept()
|
| H A D | DWARFLinker.cpp | 736 if (Info.Keep && isODRCanonicalCandidate(Die, CU) && in markODRCanonicalDie() 814 if (CU.getInfo(AncestorIdx).Keep) in lookForParentDIEsToKeep() 899 bool AlreadyKept = MyInfo.Keep; in lookForDIEsToKeep() 911 (MyInfo.ODRMarkingDone && !MyInfo.Keep)) { in lookForDIEsToKeep() 928 MyInfo.Keep = true; in lookForDIEsToKeep() 974 const bool CurrentDieIsKept = CU.getInfo(Current).Keep; in verifyKeepChain() 979 const bool ChildDieIsKept = CU.getInfo(Child).Keep; in verifyKeepChain() 1689 if (!Unit.getInfo(Idx).Keep) in cloneDIE() 1854 if (Unit.getInfo(Idx).Keep) { in cloneDIE() 2606 if (CurrentUnit->getInfo(0).Keep) { in cloneAllCompileUnits()
|
| /src/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | tps65910.txt | 65 - ti,sleep-keep-therm: Keep thermal monitoring on in sleep state. 66 - ti,sleep-keep-ck32k: Keep the 32KHz clock output on in sleep state. 67 - ti,sleep-keep-hsclk: Keep high speed internal clock on in sleep state.
|
| /src/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 78 defm keep_section : Eq<"keep-section", "Keep <section>">, 88 … HelpText<"Keep symbols of type STT_FILE, even if they would otherwise be stripped">;
|
| /src/libexec/rtld-elf/i386/ |
| H A D | rtld_start.S | 45 subl $4,%esp # Keep stack aligned
|
| /src/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 848 Mod.Keep.push_back(&GV); in addRegularLTO() 888 Mod.Keep.push_back(GV); in addRegularLTO() 908 Mod.Keep.push_back(GV); in addRegularLTO() 974 std::vector<GlobalValue *> Keep; in linkRegularLTO() local 975 for (GlobalValue *GV : Mod.Keep) { in linkRegularLTO() 991 Keep.push_back(GV); in linkRegularLTO() 1002 Keep.push_back(GV); in linkRegularLTO() 1005 return RegularLTO.Mover->move(std::move(Mod.M), Keep, nullptr, in linkRegularLTO()
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | RegionInfoImpl.h | 398 std::vector<std::unique_ptr<RegionT>> Keep; in addSubRegion() local 404 Keep.push_back(std::move(R)); in addSubRegion() 410 std::move_iterator<typename RegionSet::iterator>(Keep.begin()), in addSubRegion() 411 std::move_iterator<typename RegionSet::iterator>(Keep.end())); in addSubRegion()
|
| /src/contrib/llvm-project/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.
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CriticalAntiDepBreaker.cpp | 290 bool Keep = KeepRegs.test(Reg); in ScanInstruction() local 299 if (!Keep) in ScanInstruction()
|
| /src/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineParser.h | 210 enum class LineLevel { Remove, Keep }; enumerator
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1399 APInt Keep = getHighBitsSet(BitWidth, BitWidth - loBits); in clearLowBits() local 1400 *this &= Keep; in clearLowBits() 1406 APInt Keep = getLowBitsSet(BitWidth, BitWidth - hiBits); in clearHighBits() local 1407 *this &= Keep; in clearHighBits()
|
| /src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.h | 80 bool Keep : 1; member
|
| /src/share/misc/ |
| H A D | organization.dot | 61 # Keep the list sorted by the superior team entry.
|
| /src/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 331 std::vector<GlobalValue *> Keep; member
|
| /src/sys/contrib/openzfs/scripts/ |
| H A D | zimport.sh | 99 -k Keep temporary directory
|
| /src/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | motorola-mapphone-handset.dtsi | 163 OMAP4_IOPAD(0x072, PIN_INPUT_PULLUP | MUX_MODE7) /* Keep gpio_49 reset high */
|
| /src/sys/contrib/openzfs/etc/default/ |
| H A D | zfs.in | 109 # Keep debugging symbols in kernel modules?
|
| /src/crypto/openssl/ |
| H A D | FREEBSD-upgrade.md | 185 been added or removed. Keep in mind that the assembly files generated belong in
|