Home
last modified time | relevance | path

Searched refs:GetObjectName (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleSpec.h103 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 DModule.h577 ConstString GetObjectName() const;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModuleSpec.cpp95 const char *SBModuleSpec::GetObjectName() { in GetObjectName() function in SBModuleSpec
98 return m_opaque_up->GetObjectName().GetCString(); in GetObjectName()
104 m_opaque_up->GetObjectName().SetCString(name); in SetObjectName()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp395 ConstString object_name(module_sp->GetObjectName()); in CreateInstance()
530 if (module_sp->GetObjectName() && m_archive_sp) { in GetObjectFile()
532 module_sp->GetObjectName(), module_sp->GetObjectModificationTime()); in GetObjectFile()
606 spec.GetObjectName() = object->ar_name; in GetModuleSpecifications()
623 spec.GetObjectName() = object->ar_name; in GetModuleSpecifications()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp148 module_spec.GetObjectName().IsEmpty() ? "" : "(", in Module()
149 module_spec.GetObjectName().AsCString(""), in Module()
150 module_spec.GetObjectName().IsEmpty() ? "" : ")"); in Module()
223 if (matching_module_spec.GetObjectName()) in Module()
224 m_object_name = matching_module_spec.GetObjectName(); in Module()
226 m_object_name = module_spec.GetObjectName(); in Module()
1230 ConstString Module::GetObjectName() const { return m_object_name; } in GetObjectName() function in Module
1585 ConstString object_name = module_ref.GetObjectName(); in MatchesModuleSpec()
1587 if (object_name != GetObjectName()) in MatchesModuleSpec()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBModuleSpec.i71 GetObjectName ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBModuleSpec.h66 const char *GetObjectName();
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp237 spec.GetObjectName() = ConstString(entry.id); in GetModuleSpecifications()
277 ConstString object_name = module_sp->GetObjectName(); in GetObjectFile()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp219 if (ConstString object_name = module->GetObjectName()) { in ReportStatistics()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp598 mod->GetObjectName().AsCString(""), link_map, tp, modid, tls_block); in GetThreadLocalData()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp74 if (file_exists && module_sp->GetObjectName()) { in FindPlugin()
H A DSymtab.cpp97 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp774 module_sp->GetObjectName().AsCString(""), link_map, tp, in GetThreadLocalData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp667 module_spec.GetObjectName() = commpage_dbstr; in AddModulesUsingImageInfos()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp3221 const char *object_name = module->GetObjectName().GetCString(); in PrintModule()