| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | make-member-function-const.cpp | 132 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 D | ToolOutputFile.cpp | 21 : 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 D | lifetime-sanitizer.ll | 17 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 D | lifetime-sanitizer.ll | 24 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 D | ToolOutputFile.h | 37 bool Keep; variable 67 void keep() { Installer.Keep = true; } in keep()
|
| H A D | CodeGen.h | 108 Keep = 0, ///< No function return thunk. enumerator
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | ReproducerProvider.h | 111 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 D | Reproducer.h | 47 virtual void Keep(){}; in Keep() function 97 void Keep();
|
| H A D | GDBRemote.h | 112 void Keep() override;
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | ReproducerProvider.cpp | 39 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 D | Reproducer.cpp | 138 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 D | ReduceOperandsSkip.cpp | 202 bool Keep = O.shouldKeep(); in extractOperandsFromModule() local 203 if (AlreadyReplaced || Keep) in extractOperandsFromModule()
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | spec-09-23.test | 9 # text
# Keep
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-reduce/ |
| H A D | operands-to-args.ll | 6 ; 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 D | CHANGELOG.md | 5 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 D | use-symbol-table.s | 6 ## 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 D | fp-stack-O0.ll | 7 ; Keep track of the return value.
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | GetErrcMessages.cmake | 5 # 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 D | regbankselect-dbg-value.mir | 7 ; Keep the dbg metadata live by referencing it in the IR.
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | file.h | 22 enum class CloseStatus { Keep, Delete }; enumerator
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBReproducer.cpp | 120 generator->Keep(); in Generate()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTO.cpp | 732 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 D | symbol-assign-type.s | 2 ## Keep st_type for simple assignment (`alias = aliasee`). This property is
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | README.txt | 4 * 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 D | symtab-file2.yaml | 48 ## TODO Keep the symbol name.
|