Home
last modified time | relevance | path

Searched defs:GetObjectName (Results 1 – 5 of 5) 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
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp100 const char *SBModuleSpec::GetObjectName() { in GetObjectName() function in SBModuleSpec
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp263 std::string SymbolFile::GetObjectName() const { in GetObjectName() function in SymbolFile
H A DObjectFile.cpp812 std::string ObjectFile::GetObjectName() const { in GetObjectName() function in ObjectFile
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1172 ConstString Module::GetObjectName() const { return m_object_name; } in GetObjectName() function in Module