Home
last modified time | relevance | path

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

123456

/freebsd/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/contrib/llvm-project/llvm/include/llvm/Support/
H A DToolOutputFile.h28 bool Keep; variable
70 void keep() { Installer.Keep = true; } in keep()
H A DCodeGen.h156 Keep = 0, ///< No function return thunk. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DScheduler.h88 SmallVector<DGNode *, 8> Keep; in remove() local
89 Keep.reserve(List.size()); in remove()
95 Keep.push_back(Top); in remove()
97 for (auto *KeepN : Keep) in remove()
/freebsd/
H A DMAINTAINERS53 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…
/freebsd/crypto/openssl/doc/designs/
H A Dhandling-some-max-defines.md52 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
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
/freebsd/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.cpp736 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()
1707 if (!Unit.getInfo(Idx).Keep) in cloneDIE()
1883 if (Unit.getInfo(Idx).Keep) { in cloneDIE()
2723 if (CurrentUnit->getInfo(0).Keep) { in cloneAllCompileUnits()
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td78 defm keep_section : Eq<"keep-section", "Keep <section>">,
88 … HelpText<"Keep symbols of type STT_FILE, even if they would otherwise be stripped">;
/freebsd/contrib/llvm-project/libcxx/vendor/llvm/
H A Ddefault_assertion_handler.in30 // Keep the old implementation that doesn't support assertion semantics for backward compatibility …
/freebsd/lib/libc++/
H A D__assertion_handler30 // Keep the old implementation that doesn't support assertion semantics for backward compatibility …
/freebsd/libexec/rtld-elf/i386/
H A Drtld_start.S45 subl $4,%esp # Keep stack aligned
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h395 std::vector<std::unique_ptr<RegionT>> Keep; in addSubRegion() local
401 Keep.push_back(std::move(R)); in addSubRegion()
407 std::move_iterator<typename RegionSet::iterator>(Keep.begin()), in addSubRegion()
408 std::move_iterator<typename RegionSet::iterator>(Keep.end())); in addSubRegion()
/freebsd/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/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp873 Mod.Keep.push_back(&GV); in addRegularLTO()
913 Mod.Keep.push_back(GV); in addRegularLTO()
933 Mod.Keep.push_back(GV); in addRegularLTO()
999 std::vector<GlobalValue *> Keep; in linkRegularLTO() local
1000 for (GlobalValue *GV : Mod.Keep) { in linkRegularLTO()
1016 Keep.push_back(GV); in linkRegularLTO()
1027 Keep.push_back(GV); in linkRegularLTO()
1030 return RegularLTO.Mover->move(std::move(Mod.M), Keep, nullptr, in linkRegularLTO()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp292 bool Keep = KeepRegs.test(Reg.id()); in ScanInstruction() local
301 if (!Keep) in ScanInstruction()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h213 enum class LineLevel { Remove, Keep }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h82 bool Keep : 1; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1437 APInt Keep = getHighBitsSet(BitWidth, BitWidth - loBits); in clearLowBits() local
1438 *this &= Keep; in clearLowBits()
1444 APInt Keep = getLowBitsSet(BitWidth, BitWidth - hiBits); in clearHighBits() local
1445 *this &= Keep; in clearHighBits()
/freebsd/share/misc/
H A Dorganization.dot61 # Keep the list sorted by the superior team entry.
/freebsd/sys/contrib/openzfs/scripts/
H A Dzimport.sh99 -k Keep temporary directory

123456