Home
last modified time | relevance | path

Searched refs:module_file (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Utility/
H A DReproducerProvider.cpp118 const FileSpec &module_file, in AddSymbolFile() argument
120 if (!uuid || (!module_file && !symbol_file)) in AddSymbolFile()
122 m_symbol_files.emplace_back(uuid->GetAsString(), module_file.GetPath(), in AddSymbolFile()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A Dadd_new_check.py337 module_file = get_module_filename(module_path, module_name)
338 if not os.path.isfile(module_file):
340 with io.open(module_file, 'r') as f:
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2698 FileSpec module_file(pathname); in LoadScriptingModule() local
2699 FileSystem::Instance().Resolve(module_file); in LoadScriptingModule()
2702 std::error_code ec = status(module_file.GetPath(), st); in LoadScriptingModule()
2716 if (module_file.GetDirectory().IsEmpty()) { in LoadScriptingModule()
2721 ExtendSysPath(module_file.GetDirectory().GetCString())) { in LoadScriptingModule()
2725 module_name = module_file.GetFilename().GetCString(); in LoadScriptingModule()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp930 const FileSpec module_file(shlibs.GetFileSpecAtIndex(shlib_idx)); in DoExecute() local
931 ModuleSpec module_spec(module_file); in DoExecute()
949 module_file.GetPath().c_str()); in DoExecute()