Searched refs:module_specs (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Symbols.cpp | 51 ModuleSpecList module_specs; in FileAtPathContainsArchAndUUID() local 52 if (ObjectFile::GetModuleSpecifications(file_fspec, 0, 0, module_specs)) { in FileAtPathContainsArchAndUUID() 54 for (size_t i = 0; i < module_specs.GetSize(); ++i) { in FileAtPathContainsArchAndUUID() 55 bool got_spec = module_specs.GetModuleSpecAtIndex(i, spec); in FileAtPathContainsArchAndUUID() 238 ModuleSpecList module_specs; in LocateExecutableObjectFile() local 241 ObjectFile::GetModuleSpecifications(*exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile() 242 module_specs.FindMatchingModuleSpec(module_spec, matched_module_spec)) { in LocateExecutableObjectFile()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | TargetList.cpp | 119 ModuleSpecList module_specs; in CreateTargetInternal() local 131 module_spec.GetFileSpec(), file_offset, file_size, module_specs); in CreateTargetInternal() 136 if (module_specs.GetModuleSpecAtIndex(0, matching_module_spec)) { in CreateTargetInternal() 171 if (module_specs.FindMatchingModuleSpec(module_spec, in CreateTargetInternal() 185 if (module_specs.GetModuleSpecAtIndex(i, module_spec)) { in CreateTargetInternal()
|
| H A D | Platform.cpp | 260 ModuleSpecList module_specs; in GetModuleSpec() local 262 module_specs) == 0) in GetModuleSpec() 266 return module_specs.FindMatchingModuleSpec(ModuleSpec(module_file_spec, arch), in GetModuleSpec()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 38 lldb::offset_t length, ModuleSpecList &module_specs);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1289 ModuleSpecList module_specs; in GetModuleInfo() local 1291 module_specs)) in GetModuleInfo() 1295 if (!module_specs.FindMatchingModuleSpec(module_spec, matched_module_spec)) in GetModuleInfo()
|
| H A D | ProcessGDBRemote.cpp | 4326 auto module_specs = m_gdb_comm.GetModulesInfo(module_file_specs, triple); in PrefetchModuleSpecs() local 4327 if (module_specs) { in PrefetchModuleSpecs() 4331 for (const ModuleSpec &spec : *module_specs) in PrefetchModuleSpecs()
|