Home
last modified time | relevance | path

Searched defs:GetObjectName (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h126 ConstString &GetObjectName() { return m_object_name; } in GetObjectName() function
128 const ConstString &GetObjectName() const { return m_object_name; } in GetObjectName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModuleSpec.cpp63 const char *SBModuleSpec::GetObjectName() { in GetObjectName() function in SBModuleSpec
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1246 const ConstString &Module::GetObjectName() const { return m_object_name; } in GetObjectName() function in Module