Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp100 const char *SBModuleSpec::GetObjectName() { in GetObjectName() function in SBModuleSpec
101 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBModuleSpec, GetObjectName); in GetObjectName()
103 return m_opaque_up->GetObjectName().GetCString(); in GetObjectName()
109 m_opaque_up->GetObjectName().SetCString(name); in SetObjectName()
269 LLDB_REGISTER_METHOD(const char *, SBModuleSpec, GetObjectName, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h108 ConstString &GetObjectName() { return m_object_name; } in GetObjectName() function
110 ConstString GetObjectName() const { return m_object_name; } in GetObjectName() function
236 if (match_module_spec.GetObjectName() && in Matches()
237 match_module_spec.GetObjectName() != GetObjectName()) in Matches()
H A DModule.h544 ConstString GetObjectName() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp144 module_spec.GetObjectName().IsEmpty() ? "" : "(", in Module()
145 module_spec.GetObjectName().IsEmpty() in Module()
147 : module_spec.GetObjectName().AsCString(""), in Module()
148 module_spec.GetObjectName().IsEmpty() ? "" : ")"); in Module()
221 if (matching_module_spec.GetObjectName()) in Module()
222 m_object_name = matching_module_spec.GetObjectName(); in Module()
224 m_object_name = module_spec.GetObjectName(); in Module()
1236 ConstString Module::GetObjectName() const { return m_object_name; } in GetObjectName() function in Module
1590 ConstString object_name = module_ref.GetObjectName(); in MatchesModuleSpec()
1592 if (object_name != GetObjectName()) in MatchesModuleSpec()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp290 ConstString object_name(module_sp->GetObjectName()); in CreateInstance()
422 if (module_sp->GetObjectName() && m_archive_sp) { in GetObjectFile()
424 module_sp->GetObjectName(), module_sp->GetObjectModificationTime()); in GetObjectFile()
487 spec.GetObjectName() = object->ar_name; in GetModuleSpecifications()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleSpec.i71 GetObjectName ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h66 const char *GetObjectName();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp608 mod->GetObjectName().AsCString(""), link_map, tp, modid, tls_block); in GetThreadLocalData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp70 if (file_exists && module_sp->GetObjectName()) { in FindPlugin()
H A DSymtab.cpp91 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp727 module_sp->GetObjectName().AsCString(""), link_map, tp, in GetThreadLocalData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3161 const char *object_name = module->GetObjectName().GetCString(); in PrintModule()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp36025 result = (char *)(arg1)->GetObjectName(); in _wrap_SBModuleSpec_GetObjectName()