Searched refs:GetObjectName (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 100 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 D | ModuleSpec.h | 108 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 D | Module.h | 544 ConstString GetObjectName() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 144 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 D | ObjectContainerBSDArchive.cpp | 290 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 D | SBModuleSpec.i | 71 GetObjectName ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 66 const char *GetObjectName();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 608 mod->GetObjectName().AsCString(""), link_map, tp, modid, tls_block); in GetThreadLocalData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 70 if (file_exists && module_sp->GetObjectName()) { in FindPlugin()
|
| H A D | Symtab.cpp | 91 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 727 module_sp->GetObjectName().AsCString(""), link_map, tp, in GetThreadLocalData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 3161 const char *object_name = module->GetObjectName().GetCString(); in PrintModule()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 36025 result = (char *)(arg1)->GetObjectName(); in _wrap_SBModuleSpec_GetObjectName()
|