Searched refs:GetObjectName (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleSpec.i71 GetObjectName ();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h66 const char *GetObjectName();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h109 ConstString &GetObjectName() { return m_object_name; } function in class:lldb_private::ModuleSpec
111 ConstString GetObjectName() const { return m_object_name; } function in class:lldb_private::ModuleSpec
237 if (match_module_spec.GetObjectName() &&
238 match_module_spec.GetObjectName() != GetObjectName())
H A DModule.h548 ConstString GetObjectName() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp100 const char *SBModuleSpec::GetObjectName() { function in class:SBModuleSpec
101 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBModuleSpec, GetObjectName);
103 return m_opaque_up->GetObjectName().GetCString();
109 m_opaque_up->GetObjectName().SetCString(name);
269 LLDB_REGISTER_METHOD(const char *, SBModuleSpec, GetObjectName, ());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp292 ConstString object_name(module_sp->GetObjectName());
426 if (module_sp->GetObjectName() && m_archive_sp) {
428 module_sp->GetObjectName(), module_sp->GetObjectModificationTime());
491 spec.GetObjectName() = object->ar_name;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp144 module_spec.GetObjectName().IsEmpty() ? "" : "(",
145 module_spec.GetObjectName().IsEmpty()
147 : module_spec.GetObjectName().AsCString(""),
148 module_spec.GetObjectName().IsEmpty() ? "" : ")");
221 if (matching_module_spec.GetObjectName())
222 m_object_name = matching_module_spec.GetObjectName();
224 m_object_name = module_spec.GetObjectName();
1241 ConstString Module::GetObjectName() const { return m_object_name; } function in class:Module
1604 ConstString object_name = module_ref.GetObjectName();
1606 if (object_name != GetObjectName())
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp608 mod->GetObjectName().AsCString(""), link_map, tp, modid, tls_block);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp700 module_sp->GetObjectName().AsCString(""), link_map, tp,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp55 if (file_exists && module_sp->GetObjectName()) {
H A DSymtab.cpp81 object_name = m_objfile->GetModule()->GetObjectName().GetCString();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3229 const char *object_name = module->GetObjectName().GetCString();
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 338 milliseconds