| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ToolOutputFile.cpp | 22 : 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 D | ToolOutputFile.h | 36 bool Keep; 66 void keep() { Installer.Keep = true; } in keep()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ReproducerProvider.h | 155 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 D | Reproducer.h | 49 virtual void Keep(){}; in Keep() function 99 void Keep();
|
| H A D | GDBRemote.h | 112 void Keep() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ReproducerProvider.cpp | 39 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 D | Reproducer.cpp | 162 Keep(); in ~Generator() 178 void Generator::Keep() { in Keep() function in Generator 184 provider.second->Keep(); in Keep()
|
| H A D | GDBRemote.cpp | 99 void GDBRemoteProvider::Keep() { in Keep() function in GDBRemoteProvider
|
| /freebsd-13.1/ |
| H A D | MAINTAINERS | 54 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 D | version | 6 1.1: Keep in sync with i386 version.
|
| /freebsd-13.1/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.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 731 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 D | rtld_start.S | 41 subl $4,%esp # Keep stack aligned
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-gpio.yaml | 65 /* Keep LED on if BIOS detected hardware fault */
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineParser.h | 148 enum class LineLevel { Remove, Keep }; enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | 47 I.Keep = !I.Prune; in markEverythingAsKept()
|
| H A D | DWARFLinker.cpp | 694 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 D | RegionInfoImpl.h | 419 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 D | CriticalAntiDepBreaker.cpp | 290 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 D | DWARFLinkerCompileUnit.h | 67 bool Keep : 1; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 75 defm keep_section : Eq<"keep-section", "Keep <section>">,
|
| /freebsd-13.1/share/misc/ |
| H A D | organization.dot | 62 # Keep the list sorted by the superior team entry.
|
| /freebsd-13.1/sys/contrib/openzfs/scripts/ |
| H A D | zimport.sh | 99 -k Keep temporary directory
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 333 std::vector<GlobalValue *> Keep; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBReproducer.cpp | 291 generator->Keep(); in Generate()
|