Home
last modified time | relevance | path

Searched refs:new_module (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A Drename_check.py237 new_module = args.new_check_name.split('-')[0]
256 header_guard_new = (new_module + '_' + new_check_name_camel).upper()
259 new_module_path = os.path.join(clang_tidy_path, new_module)
296 new_module + '::' + new_check_name_camel)
298 new_module + '/' + new_check_name_camel)
301 if old_module != new_module or new_module == 'llvm':
302 if new_module == 'llvm':
303 new_namespace = new_module + '_check'
305 new_namespace = new_module
319 adapt_module(new_module_path, new_module, args.new_check_name,
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py395 new_module = self.target.AddModule(so_path, "", uuid)
397 self.verify_module(new_module, so_path, uuid)
398 self.assertEqual(new_module, self.target.modules[0])
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp256 bool ModuleList::AppendIfNeeded(const ModuleSP &new_module, bool notify) { in AppendIfNeeded() argument
257 if (new_module) { in AppendIfNeeded()
260 if (module_sp.get() == new_module.get()) in AppendIfNeeded()
264 Append(new_module, notify); in AppendIfNeeded()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h171 bool AppendIfNeeded(const lldb::ModuleSP &new_module, bool notify = true);
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Ddebuginfo.ml39 let new_module () = function
46 let m = new_module () in