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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DToolOutputFile.cpp21 : Filename(std::string(Filename)), Keep(false) {
32 if (!Keep)
52 Installer.Keep = true;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DToolOutputFile.h36 bool Keep; member in class:llvm::ToolOutputFile::CleanupInstaller
62 void keep() { Installer.Keep = true; }
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp174 Keep();
188 void Generator::Keep() { function in class:Generator
193 provider.second->Keep();
284 void VersionProvider::Keep() { function in class:VersionProvider
293 void WorkingDirectoryProvider::Keep() { function in class:WorkingDirectoryProvider
H A DGDBRemote.cpp99 void GDBRemoteProvider::Keep() { function in class:GDBRemoteProvider
H A DProcessInfo.cpp360 void ProcessInfoProvider::Keep() { function in class:ProcessInfoProvider
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h44 /// The Keep method is called when it is decided that we need to keep the
46 virtual void Keep(){}; function in class:lldb_private::repro::ProviderBase
104 void Keep() override {
133 void Keep() override;
157 void Keep() override;
255 void Keep() override {
301 void Keep();
H A DGDBRemote.h114 void Keep() override;
H A DProcessInfo.h242 void Keep() override;
/freebsd-13-stable/libexec/rtld-elf/i386/
H A Drtld_start.S41 subl $4,%esp # Keep stack aligned
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp47 I.Keep = !I.Prune;
81 /// Keep track of a forward cross-cu reference from this unit
H A DDWARFLinker.cpp637 // Keep a module forward declaration if there is no definition.
667 if (CU.getInfo(AncestorIdx).Keep)
742 // If the Keep flag is set, we are marking a required DIE's dependencies.
744 bool AlreadyKept = MyInfo.Keep;
765 MyInfo.Keep = true;
1286 if (!Unit.getInfo(Idx).Keep)
1443 if (Unit.getInfo(Idx).Keep) {
2077 // Keep everything.
2112 if (CurrentUnit->getInfo(0).Keep) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp699 Mod.Keep.push_back(&GV);
738 Mod.Keep.push_back(GV);
758 Mod.Keep.push_back(GV);
797 std::vector<GlobalValue *> Keep; local
798 for (GlobalValue *GV : Mod.Keep) {
810 Keep.push_back(GV);
821 Keep.push_back(GV);
824 return RegularLTO.Mover->move(std::move(Mod.M), Keep,
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp213 generator->Keep();
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h67 bool Keep : 1; member in struct:llvm::CompileUnit::DIEInfo
162 /// Keep track of a forward reference to DIE \p Die in \p RefUnit by \p
180 /// Keep track of a DW_AT_range attribute that we will need to patch up later.
183 /// Keep track of a location attribute pointing to a location list in the
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dposix1.mk3 # Keep the default suffixes from interfering, just in case.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp292 bool Keep = KeepRegs.test(Reg); local
302 if (!Keep)
453 // Keep a map of the MachineInstr*'s back to the SUnit representing them.
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzimport.sh99 -k Keep temporary directory
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h327 std::vector<GlobalValue *> Keep; member in struct:llvm::lto::LTO::RegularLTOState::AddedModule
358 /// Keep track if the symbol is visible outside of a module with a summary
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp147 generator->Keep();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp220 // This function maintains a map for the pairs <TOC Save Instr, Keep>
253 bool Keep = true; local
262 Keep = false;
267 TOCSaves[MI] = Keep;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1525 APInt Keep = getHighBitsSet(BitWidth, BitWidth - loBits);
1526 *this &= Keep;
/freebsd-13-stable/share/mk/
H A Dbsd.dep.mk61 # Keep `tags' here, before SRCS are mangled below for `depend'.
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk107 # Keep the related ports builds in the obj directory so that they are only rebuilt once per kernel build
/freebsd-13-stable/crypto/openssl/crypto/
H A Dsparccpuid.S28 ! Keep in mind that this does not excuse us from wiping the stack!

Completed in 283 milliseconds

12