| /llvm-project/lldb/test/API/functionalities/archives/ |
| H A D | TestBSDArchives.py | 145 self.assertEqual(spec.GetObjectName(), "a.o") 148 self.assertEqual(spec.GetObjectName(), "b.o") 156 self.assertEqual(spec.GetObjectName(), "c.o") 163 self.assertEqual(spec.GetObjectName(), "a.o") 166 self.assertEqual(spec.GetObjectName(), "b.o")
|
| /llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleSpec.h | 103 ConstString &GetObjectName() { return m_object_name; } in GetObjectName() function 105 ConstString GetObjectName() const { return m_object_name; } in GetObjectName() function 231 if (match_module_spec.GetObjectName() && in Matches() 232 match_module_spec.GetObjectName() != GetObjectName()) in Matches()
|
| H A D | Module.h | 532 ConstString GetObjectName() const;
|
| /llvm-project/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 100 const char *SBModuleSpec::GetObjectName() { in GetObjectName() function in SBModuleSpec 103 return m_opaque_up->GetObjectName().GetCString(); in GetObjectName() 109 m_opaque_up->GetObjectName().SetCString(name); in SetObjectName()
|
| /llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 266 ConstString object_name(module_sp->GetObjectName()); in CreateInstance() 402 if (module_sp->GetObjectName() && m_archive_sp) { in GetObjectFile() 404 module_sp->GetObjectName(), module_sp->GetObjectModificationTime()); in GetObjectFile() 480 spec.GetObjectName() = object->ar_name; in GetModuleSpecifications() 497 spec.GetObjectName() = object->ar_name; in GetModuleSpecifications()
|
| /llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 149 module_spec.GetObjectName().IsEmpty() ? "" : "(", in Module() 150 module_spec.GetObjectName().AsCString(""), in Module() 151 module_spec.GetObjectName().IsEmpty() ? "" : ")"); in Module() 224 if (matching_module_spec.GetObjectName()) in Module() 225 m_object_name = matching_module_spec.GetObjectName(); in Module() 227 m_object_name = module_spec.GetObjectName(); in Module() 1197 ConstString Module::GetObjectName() const { return m_object_name; } in GetObjectFile() 1546 ConstString object_name = module_ref.GetObjectName(); in FindSourceFile() 1548 if (object_name != GetObjectName()) in FindSourceFile() 1182 ConstString Module::GetObjectName() const { return m_object_name; } GetObjectName() function in Module
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 66 const char *GetObjectName();
|
| /llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
| H A D | ObjectContainerMachOFileset.cpp | 237 spec.GetObjectName() = ConstString(entry.id); in GetModuleSpecifications() 277 ConstString object_name = module_sp->GetObjectName(); in GetObjectFile()
|
| /llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 737 module_sp->GetObjectName().AsCString()); in GetEntryPoint() 796 module_sp->GetObjectName().AsCString(""), link_map, tp, in GetThreadLocalData()
|
| /llvm-project/lldb/source/Target/ |
| H A D | Statistics.cpp | 382 if (ConstString object_name = module->GetObjectName()) { in ReportStatistics()
|
| /llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 594 mod->GetObjectName().AsCString(""), link_map, tp, modid, tls_block); in GetThreadLocalData()
|
| /llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 74 if (file_exists && module_sp->GetObjectName()) { in FindPlugin()
|
| H A D | Symtab.cpp | 96 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump()
|
| /llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderDarwin.cpp | 719 module_spec.GetObjectName() = commpage_dbstr;
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 3418 const char *object_name = module->GetObjectName().GetCString(); in PrintModule()
|