Home
last modified time | relevance | path

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

12345

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DToolOutputFile.h37 bool Keep; variable
67 void keep() { Installer.Keep = true; } in keep()
H A DCodeGen.h128 Keep = 0, ///< No function return thunk. enumerator
/freebsd-14.2/stand/efi/loader/
H A Dversion2 1.1: Keep in sync with i386 version.
H A Dversion.veriexec4 1.1: Keep in sync with i386 version.
/freebsd-14.2/
H A DMAINTAINERS54 etc/mail gshapiro Pre-commit review requested. Keep in sync with -STABLE.
55 etc/sendmail gshapiro Pre-commit review requested. Keep in sync with -STABLE.
63 libdpv dteske Pre-commit review requested. Keep in sync with dpv(1).
122 usr.sbin/dpv dteske Pre-commit review requested. Keep in sync with libdpv.
124 usr.sbin/sysrc dteske Pre-commit phabricator review requested. Keep in sync with bsdconfig(8) sysrc…
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp28 llvm::errs() << " Keep: " << Keep << '\n'; in dump()
70 I.Keep = !I.Prune; in markEverythingAsKept()
H A DDWARFLinker.cpp725 if (Info.Keep && isODRCanonicalCandidate(Die, CU) && in markODRCanonicalDie()
803 if (CU.getInfo(AncestorIdx).Keep) in lookForParentDIEsToKeep()
888 bool AlreadyKept = MyInfo.Keep; in lookForDIEsToKeep()
900 (MyInfo.ODRMarkingDone && !MyInfo.Keep)) { in lookForDIEsToKeep()
917 MyInfo.Keep = true; in lookForDIEsToKeep()
963 const bool CurrentDieIsKept = CU.getInfo(Current).Keep; in verifyKeepChain()
968 const bool ChildDieIsKept = CU.getInfo(Child).Keep; in verifyKeepChain()
1672 if (!Unit.getInfo(Idx).Keep) in cloneDIE()
1837 if (Unit.getInfo(Idx).Keep) { in cloneDIE()
2586 if (CurrentUnit->getInfo(0).Keep) { in cloneAllCompileUnits()
/freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/
H A Dtps65910.txt65 - 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.
/freebsd-14.2/sys/contrib/device-tree/Bindings/leds/
H A Dleds-gpio.yaml65 /* Keep LED on if BIOS detected hardware fault */
/freebsd-14.2/libexec/rtld-elf/i386/
H A Drtld_start.S45 subl $4,%esp # Keep stack aligned
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp834 Mod.Keep.push_back(&GV); in addRegularLTO()
874 Mod.Keep.push_back(GV); in addRegularLTO()
894 Mod.Keep.push_back(GV); in addRegularLTO()
960 std::vector<GlobalValue *> Keep; in linkRegularLTO() local
961 for (GlobalValue *GV : Mod.Keep) { in linkRegularLTO()
977 Keep.push_back(GV); in linkRegularLTO()
988 Keep.push_back(GV); in linkRegularLTO()
991 return RegularLTO.Mover->move(std::move(Mod.M), Keep, nullptr, in linkRegularLTO()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h398 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()
/freebsd-14.2/contrib/llvm-project/lld/docs/ELF/
H A Dstart-stop-gc.rst65 `the ``KEEP`` keyword <https://sourceware.org/binutils/docs/ld/Input-Section-Keep.html>`_, e.g.
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp290 bool Keep = KeepRegs.test(Reg); in ScanInstruction() local
299 if (!Keep) in ScanInstruction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h216 enum class LineLevel { Remove, Keep }; enumerator
/freebsd-14.2/sys/powerpc/conf/
H A DMPC85XXSPE64 # Keep COMPAT options in sync with powerpc target arch.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h80 bool Keep : 1; member
/freebsd-14.2/share/misc/
H A Dorganization.dot61 # Keep the list sorted by the superior team entry.
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td75 defm keep_section : Eq<"keep-section", "Keep <section>">,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h329 std::vector<GlobalValue *> Keep; member
/freebsd-14.2/sys/contrib/openzfs/scripts/
H A Dzimport.sh99 -k Keep temporary directory
/freebsd-14.2/sys/contrib/openzfs/etc/default/
H A Dzfs.in105 # Keep debugging symbols in kernel modules?
/freebsd-14.2/crypto/openssl/
H A DFREEBSD-upgrade87 been added or removed. Keep in mind that the assembly files generated
/freebsd-14.2/contrib/bmake/
H A Dconfigure.in210 dnl Keep this list sorted
278 dnl Keep this list sorted

12345