Lines Matching defs:matched_module_spec
1111 ModuleSpec matched_module_spec = GetModuleInfo(module_path, triple);
1112 if (!matched_module_spec.GetFileSpec())
1115 const auto file_offset = matched_module_spec.GetObjectOffset();
1116 const auto file_size = matched_module_spec.GetObjectSize();
1117 const auto uuid_str = matched_module_spec.GetUUID().GetAsString("");
1123 matched_module_spec.GetFileSpec().GetPath());
1134 const auto &module_arch = matched_module_spec.GetArchitecture();
1141 matched_module_spec.GetFileSpec().GetPath().c_str());
1179 ModuleSpec matched_module_spec = GetModuleInfo(file, triple);
1180 if (!matched_module_spec.GetFileSpec())
1183 const auto file_offset = matched_module_spec.GetObjectOffset();
1184 const auto file_size = matched_module_spec.GetObjectSize();
1185 const auto uuid_str = matched_module_spec.GetUUID().GetAsString("");
1189 matched_module_spec.GetArchitecture().GetTriple().getTriple();
1190 const auto file_path = matched_module_spec.GetFileSpec().GetPath();
1359 ModuleSpec matched_module_spec;
1360 if (!module_specs.FindMatchingModuleSpec(module_spec, matched_module_spec))
1365 // For zip .so file, matched_module_spec contains only the actual zip file
1366 // path for the object file processing. Overwrite the matched_module_spec
1369 *matched_module_spec.GetFileSpecPtr() = module_path_spec;
1373 return matched_module_spec;