Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModuleSpec.h103 ConstString &GetObjectName() { return m_object_name; } in GetObjectName() function
105 ConstString GetObjectName() const { return m_object_name; } in GetObjectName() function
/openbsd/src/gnu/llvm/lldb/source/API/
DSBModuleSpec.cpp95 const char *SBModuleSpec::GetObjectName() { in GetObjectName() function in SBModuleSpec
/openbsd/src/gnu/llvm/lldb/source/Core/
DModule.cpp1230 ConstString Module::GetObjectName() const { return m_object_name; } in GetObjectName() function in Module