Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModuleSpec.h103 ConstString &GetObjectName() { return m_object_name; } in GetObjectName() function
105 ConstString GetObjectName() const { return m_object_name; } in GetObjectName() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBModuleSpec.cpp100 const char *SBModuleSpec::GetObjectName() { in GetObjectName() function in SBModuleSpec
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDModule.cpp1182 ConstString Module::GetObjectName() const { return m_object_name; } in GetObjectName() function in Module