Home
last modified time | relevance | path

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

12345

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DToolOutputFile.cpp22 : Filename(std::string(Filename)), Keep(false) { in CleanupInstaller()
33 if (!Keep) in ~CleanupInstaller()
53 Installer.Keep = true; in ToolOutputFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DToolOutputFile.h36 bool Keep;
66 void keep() { Installer.Keep = true; } in keep()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerProvider.h155 void Keep() override;
169 void Keep() override { in Keep() function
230 void Keep() override;
285 void Keep() override { in Keep() function
342 void Keep() override;
H A DReproducer.h49 virtual void Keep(){}; in Keep() function
99 void Keep();
H A DGDBRemote.h112 void Keep() override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducerProvider.cpp39 void VersionProvider::Keep() { in Keep() function in VersionProvider
102 void ProcessInfoProvider::Keep() { in Keep() function in ProcessInfoProvider
153 void SymbolFileProvider::Keep() { in Keep() function in SymbolFileProvider
H A DReproducer.cpp162 Keep(); in ~Generator()
178 void Generator::Keep() { in Keep() function in Generator
184 provider.second->Keep(); in Keep()
H A DGDBRemote.cpp99 void GDBRemoteProvider::Keep() { in Keep() function in GDBRemoteProvider
/freebsd-13.1/
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).
121 usr.sbin/dpv dteske Pre-commit review requested. Keep in sync with libdpv.
123 usr.sbin/sysrc dteske Pre-commit phabricator review requested. Keep in sync with bsdconfig(8) sysrc…
/freebsd-13.1/stand/efi/loader/
H A Dversion6 1.1: Keep in sync with i386 version.
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp731 Mod.Keep.push_back(&GV); in addRegularLTO()
771 Mod.Keep.push_back(GV); in addRegularLTO()
791 Mod.Keep.push_back(GV); in addRegularLTO()
855 std::vector<GlobalValue *> Keep; in linkRegularLTO() local
856 for (GlobalValue *GV : Mod.Keep) { in linkRegularLTO()
868 Keep.push_back(GV); in linkRegularLTO()
879 Keep.push_back(GV); in linkRegularLTO()
882 return RegularLTO.Mover->move(std::move(Mod.M), Keep, in linkRegularLTO()
/freebsd-13.1/libexec/rtld-elf/i386/
H A Drtld_start.S41 subl $4,%esp # Keep stack aligned
/freebsd-13.1/sys/contrib/device-tree/Bindings/leds/
H A Dleds-gpio.yaml65 /* Keep LED on if BIOS detected hardware fault */
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h148 enum class LineLevel { Remove, Keep }; enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp47 I.Keep = !I.Prune; in markEverythingAsKept()
H A DDWARFLinker.cpp694 if (CU.getInfo(AncestorIdx).Keep) in lookForParentDIEsToKeep()
770 bool AlreadyKept = MyInfo.Keep; in lookForDIEsToKeep()
791 MyInfo.Keep = true; in lookForDIEsToKeep()
1343 if (!Unit.getInfo(Idx).Keep) in cloneDIE()
1492 if (Unit.getInfo(Idx).Keep) { in cloneDIE()
2149 if (CurrentUnit->getInfo(0).Keep) { in cloneAllCompileUnits()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h419 std::vector<std::unique_ptr<RegionT>> Keep; in addSubRegion() local
425 Keep.push_back(std::move(R)); in addSubRegion()
431 std::move_iterator<typename RegionSet::iterator>(Keep.begin()), in addSubRegion()
432 std::move_iterator<typename RegionSet::iterator>(Keep.end())); in addSubRegion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp290 bool Keep = KeepRegs.test(Reg); in ScanInstruction() local
300 if (!Keep) in ScanInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h67 bool Keep : 1; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td75 defm keep_section : Eq<"keep-section", "Keep <section>">,
/freebsd-13.1/share/misc/
H A Dorganization.dot62 # Keep the list sorted by the superior team entry.
/freebsd-13.1/sys/contrib/openzfs/scripts/
H A Dzimport.sh99 -k Keep temporary directory
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h333 std::vector<GlobalValue *> Keep; member
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp291 generator->Keep(); in Generate()

12345