Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h532 ConstString GetObjectName() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp100 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp266 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()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp263 std::string SymbolFile::GetObjectName() const { in GetObjectName() function in SymbolFile
265 return object_file->GetObjectName(); in GetObjectName()
H A DObjectFile.cpp74 if (file_exists && module_sp->GetObjectName()) { in FindPlugin()
812 std::string ObjectFile::GetObjectName() const { in GetObjectName() function in ObjectFile
814 if (ConstString object_name = module_sp->GetObjectName()) in GetObjectName()
H A DSymtab.cpp96 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp149 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()
1172 ConstString Module::GetObjectName() const { return m_object_name; } in GetObjectName() function in Module
1523 ConstString object_name = module_ref.GetObjectName(); in MatchesModuleSpec()
1525 if (object_name != GetObjectName()) in MatchesModuleSpec()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h66 const char *GetObjectName();
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h771 std::string GetObjectName() const;
H A DSymbolFile.h505 std::string GetObjectName() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp806 module_sp->GetObjectName().AsCString()); in GetThreadLocalData()
865 module_sp->GetObjectName().AsCString(""), link_map, tp, in GetThreadLocalData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp592 mod->GetObjectName().AsCString(""), link_map, tp, modid, tls_block); in GetThreadLocalData()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp408 if (ConstString object_name = module->GetObjectName()) { in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp730 progress.Increment(oso_idx, oso_dwarf->GetObjectName()); in ForEachSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3447 const char *object_name = module->GetObjectName().GetCString(); in PrintModule()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp41189 result = (char *)(arg1)->GetObjectName(); in _wrap_SBModuleSpec_GetObjectName()