Searched refs:Keep (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DToolOutputFile.cpp19 : Filename(Filename), Keep(false) {
27 if (!Keep && Filename != "-")
41 Installer.Keep = true;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DToolOutputFile.h35 bool Keep; member in class:llvm::ToolOutputFile::CleanupInstaller
57 void keep() { Installer.Keep = true; }
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h43 /// The Keep method is called when it is decided that we need to keep the
45 virtual void Keep(){}; function in class:lldb_private::repro::ProviderBase
101 void Keep() override {
130 void Keep() override;
151 void Keep() override;
207 void Keep() override;
227 void Keep();
H A DGDBRemote.h114 void Keep() override;
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh31 -k Keep going. Do not stop after the first build fails.
32 --keep Keep builds. Do not remove each build when finished.
H A Dgdbarch.sh1807 /* Keep a registry of per-architecture data-pointers required by GDB
1901 /* Keep a registry of swapped data required by GDB modules. */
2001 /* Keep a registry of the architectures known by GDB. */
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp173 void Generator::Keep() { function in class:Generator
178 provider.second->Keep();
271 void CommandProvider::Keep() { function in class:CommandProvider
289 void VersionProvider::Keep() { function in class:VersionProvider
298 void WorkingDirectoryProvider::Keep() { function in class:WorkingDirectoryProvider
H A DGDBRemote.cpp99 void GDBRemoteProvider::Keep() { function in class:GDBRemoteProvider
/freebsd-12-stable/libexec/rtld-elf/i386/
H A Drtld_start.S41 subl $4,%esp # Keep stack aligned
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp39 I.Keep = !I.Prune;
73 /// Keep track of a forward cross-cu reference from this unit
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp705 Mod.Keep.push_back(&GV);
744 Mod.Keep.push_back(GV);
764 Mod.Keep.push_back(GV);
802 std::vector<GlobalValue *> Keep; local
803 for (GlobalValue *GV : Mod.Keep) {
808 Keep.push_back(GV);
819 Keep.push_back(GV);
822 return RegularLTO.Mover->move(std::move(Mod.M), Keep,
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp175 generator->Keep();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h419 std::vector<std::unique_ptr<RegionT>> Keep; local
425 Keep.push_back(std::move(R));
431 std::move_iterator<typename RegionSet::iterator>(Keep.begin()),
432 std::move_iterator<typename RegionSet::iterator>(Keep.end()));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h67 bool Keep : 1; member in struct:llvm::CompileUnit::DIEInfo
160 /// Keep track of a forward reference to DIE \p Die in \p RefUnit by \p
178 /// Keep track of a DW_AT_range attribute that we will need to patch up later.
181 /// Keep track of a location attribute pointing to a location list in the
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp295 bool Keep = KeepRegs.test(Reg); local
305 if (!Keep)
456 // Keep a map of the MachineInstr*'s back to the SUnit representing them.
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dposix1.mk3 # Keep the default suffixes from interfering, just in case.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp122 generator->Keep();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h330 std::vector<GlobalValue *> Keep; member in struct:llvm::lto::LTO::RegularLTOState::AddedModule
355 /// Keep track if the symbol is visible outside of a module with a summary
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp213 // This function maintains a map for the pairs <TOC Save Instr, Keep>
246 bool Keep = true; local
255 Keep = false;
260 TOCSaves[MI] = Keep;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1522 APInt Keep = getHighBitsSet(BitWidth, BitWidth - loBits);
1523 *this &= Keep;
/freebsd-12-stable/share/mk/
H A Dbsd.dep.mk61 # Keep `tags' here, before SRCS are mangled below for `depend'.
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp349 bool Keep; member in struct:llvm::__anon5842::FilterResult
361 return {/*Keep=*/true, /*IncrementIndex=*/true};
366 return {/*Keep=*/false, /*IncrementIndex=*/false};
377 return {/*Keep=*/is_contained(FilterSections, SecName),
391 return Result.Keep;
550 // Keep track of missing sources.
1008 if (Relocated == Obj.section_end() || !checkSectionFilter(*Relocated).Keep)
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S116 @ Keep leftover bits into r1.
121 @ Keep absolute value in r0-r1, sign in r3 (the n bit was set above)
/freebsd-12-stable/sys/conf/
H A Dkern.post.mk76 # Keep the related ports builds in the obj directory so that they are only rebuilt once per kernel build
/freebsd-12-stable/crypto/openssl/crypto/
H A Dsparccpuid.S28 ! Keep in mind that this does not excuse us from wiping the stack!

Completed in 340 milliseconds

12