Lines Matching defs:modules

82         modules.push_back(std::string(option_arg));
99 modules.clear();
114 std::vector<std::string> modules;
133 // modules. If file_spec is set, only dump lines in the file. If the
157 // Are we looking for specific modules, files or lines?
191 // contained in one of the modules. If the start_line option was specified,
272 // in one of the modules. If the start_line option was specified, don't print
294 // Given an address and a list of modules, append the symbol contexts of all
295 // line entries containing the address found in the modules and return the
307 // modules. Note: the module list option does not apply to addresses.
326 " not found in any modules.\n",
358 " be found in any modules.\n",
475 result.AppendErrorWithFormat("No modules contain load address 0x%" PRIx64
550 // Collect the list of modules to search.
552 if (!m_options.modules.empty()) {
553 for (size_t i = 0, e = m_options.modules.size(); i < e; ++i) {
554 FileSpec module_file_spec(m_options.modules[i]);
560 m_options.modules[i].c_str());
564 result.AppendError("No modules match the input.");
646 modules.push_back(std::string(option_arg));
687 modules.clear();
701 std::vector<std::string> modules;
860 // modules, and run the two search functions on the subset of the full module
875 const size_t num_modules = m_options.modules.size();
879 FileSpec module_file_spec(m_options.modules[i]);
897 const size_t num_modules = m_options.modules.size();
901 FileSpec module_file_spec(m_options.modules[i]);
972 // all modules
990 "no modules have source information for file address 0x%" PRIx64
1022 "no modules contain load address 0x%" PRIx64 ".\n",
1116 if (!m_options.modules.empty()) {
1118 for (size_t i = 0, e = m_options.modules.size(); i < e; ++i) {
1119 FileSpec module_file_spec(m_options.modules[i]);