Home
last modified time | relevance | path

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

12345

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmake-member-function-const.cpp132 namespace Keep { namespace
133 struct Keep;
134 void free_non_const_use(Keep *);
135 void free_non_const_use(Keep &);
137 struct Keep { struct
155 return const_cast<int *>(static_cast<const Keep *>(this)->keepConstCast()); in keepConstCast()
161 Keep *return_this() { in return_this() argument
165 Keep &return_this_ref() { in return_this_ref() argument
170 Keep *Escaped = this; in escape_this()
244 struct KeepVirtualDerived : public Keep {
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dlifetime-sanitizer.ll17 call void @foo(i8* %text) ; Keep alloca alive
32 call void @foo(i8* %text) ; Keep alloca alive
47 call void @foo(i8* %text) ; Keep alloca alive
61 call void @foo(i8* %text) ; Keep alloca alive
/llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/
H A Dlifetime-sanitizer.ll24 call void @foo(i8* %text) ; Keep alloca alive
39 call void @foo(i8* %text) ; Keep alloca alive
54 call void @foo(i8* %text) ; Keep alloca alive
68 call void @foo(i8* %text) ; Keep alloca alive
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DToolOutputFile.h37 bool Keep; variable
67 void keep() { Installer.Keep = true; } in keep()
H A DCodeGen.h108 Keep = 0, ///< No function return thunk. enumerator
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducerProvider.h111 void Keep() override;
137 void Keep() override;
151 void Keep() override { in Keep() function
211 void Keep() override;
266 void Keep() override { in Keep() function
323 void Keep() override;
H A DReproducer.h47 virtual void Keep(){}; in Keep() function
97 void Keep();
H A DGDBRemote.h112 void Keep() override;
/llvm-project-15.0.7/lldb/source/Utility/
H A DReproducerProvider.cpp39 void VersionProvider::Keep() { in Keep() function in VersionProvider
58 void FileProvider::Keep() { in Keep() function in FileProvider
75 void ProcessInfoProvider::Keep() { in Keep() function in ProcessInfoProvider
126 void SymbolFileProvider::Keep() { in Keep() function in SymbolFileProvider
H A DReproducer.cpp138 Keep(); in ~Generator()
153 void Generator::Keep() { in Keep() function in Generator
159 provider.second->Keep(); in Keep()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsSkip.cpp202 bool Keep = O.shouldKeep(); in extractOperandsFromModule() local
203 if (AlreadyReplaced || Keep) in extractOperandsFromModule()
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dspec-09-23.test9 # text… 
 # Keep
/llvm-project-15.0.7/llvm/test/tools/llvm-reduce/
H A Doperands-to-args.ll6 ; Keep one reference to the original value.
18 ; Do not add any arguments for %Keep and @GlobalKeep.
/llvm-project-15.0.7/llvm/utils/vscode/llvm/
H A DCHANGELOG.md5 Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this f…
/llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/
H A Duse-symbol-table.s6 ## ndk-stack.py. Keep it as a no-op compatibility option for a while.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfp-stack-O0.ll7 ; Keep track of the return value.
/llvm-project-15.0.7/llvm/cmake/modules/
H A DGetErrcMessages.cmake5 # Keep amount, order and tested error codes in sync with llvm/utils/lit/lit/llvm/config.py.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dregbankselect-dbg-value.mir7 ; Keep the dbg metadata live by referencing it in the IR.
/llvm-project-15.0.7/flang/runtime/
H A Dfile.h22 enum class CloseStatus { Keep, Delete }; enumerator
/llvm-project-15.0.7/lldb/source/API/
H A DSBReproducer.cpp120 generator->Keep(); in Generate()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp732 Mod.Keep.push_back(&GV); in addRegularLTO()
772 Mod.Keep.push_back(GV); in addRegularLTO()
792 Mod.Keep.push_back(GV); in addRegularLTO()
857 std::vector<GlobalValue *> Keep; in linkRegularLTO() local
858 for (GlobalValue *GV : Mod.Keep) { in linkRegularLTO()
874 Keep.push_back(GV); in linkRegularLTO()
885 Keep.push_back(GV); in linkRegularLTO()
888 return RegularLTO.Mover->move(std::move(Mod.M), Keep, nullptr, in linkRegularLTO()
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dsymbol-assign-type.s2 ## Keep st_type for simple assignment (`alias = aliasee`). This property is
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DREADME.txt4 * Keep the address of the constant pool in a register instead of forming its
/llvm-project-15.0.7/llvm/test/DebugInfo/Symbolize/ELF/
H A Dsymtab-file2.yaml48 ## TODO Keep the symbol name.

12345