Searched defs:GetName (Results 26 - 50 of 57) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp190 void DWARFDIE::GetName(Stream &s) const { function in class:DWARFDIE
H A DDWARFDebugInfoEntry.cpp773 const char *DWARFDebugInfoEntry::GetName(const DWARFUnit *cu) const { function in class:DWARFDebugInfoEntry
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp55 const char *ThreadGDBRemote::GetName() { function in class:ThreadGDBRemote
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h134 const char *GetName() { function in class:lldb_private::TypeNameSpecifierImpl
H A DTypeCategory.h302 const char *GetName() { return m_name.GetCString(); } function in class:lldb_private::TypeCategoryImpl
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h49 ConstString GetName() const { return m_name; } function in class:lldb_private::MemoryRegionInfo
H A DThreadPlan.h366 const char *GetName() const { return m_name.c_str(); } function in class:lldb_private::ThreadPlan
H A DThread.h273 virtual const char *GetName() { return nullptr; } function in class:lldb_private::Thread
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h37 ConstString GetName() { return m_frozen_sp->GetName(); } function in class:lldb_private::ExpressionVariable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp358 ConstString Mangled::GetName(lldb::LanguageType language, function in class:Mangled
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h893 ConstString GetName() const { return m_name; } function in class:lldb_private::Module::LookupInfo
H A DSection.h169 ConstString GetName() const { return m_name; } function in class:lldb_private::Section
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h123 llvm::StringRef GetName() const { return m_name; } function in class:lldb_private::postfix::SymbolNode
H A DType.h135 ConstString GetName() const { return m_name; } function in class:lldb_private::Type::ResolveState
347 ConstString GetName() const { return m_name; } function in class:lldb_private::Type::TypeMemberImpl
473 ConstString GetName() const { return m_name; } function in class:lldb_private::Type::TypeEnumMemberImpl
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h109 virtual ConstString GetName() const { return ConstString(); } function in class:lldb_private::OptionValue
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp294 const char *SBPlatform::GetName() { function in class:SBPlatform
H A DSBBreakpointName.cpp59 const char *GetName() const { function in class:lldb::SBBreakpointNameImpl
205 const char *SBBreakpointName::GetName() const { function in class:SBBreakpointName
H A DSBTypeCategory.cpp74 const char *SBTypeCategory::GetName() { function in class:SBTypeCategory
[all...]
H A DSBType.cpp498 const char *SBType::GetName() { function in class:SBType
660 const char *SBTypeMember::GetName() { function in class:SBTypeMember
789 const char *SBTypeMemberFunction::GetName() { function in class:SBTypeMemberFunction
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp114 const char *FreeBSDThread::GetName() { function in class:FreeBSDThread
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp272 llvm::StringRef XMLNode::GetName() const { function in class:XMLNode
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp919 ConstString ClangUserExpression::ResultDelegate::GetName() { function in class:ClangUserExpression::ResultDelegate
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp499 ConstString Symbol::GetName() const { return m_mangled.GetName(GetLanguage()); } function in class:Symbol
H A DVariable.cpp70 ConstString Variable::GetName() const { function in class:Variable
H A DType.cpp304 ConstString Type::GetName() { function in class:Type
751 ConstString TypeAndOrName::GetName() const { function in class:TypeAndOrName
898 ConstString TypeImpl::GetName() const { function in class:TypeImpl
1046 ConstString TypeMemberFunctionImpl::GetName() const { return m_name; } function in class:TypeMemberFunctionImpl
[all...]

Completed in 222 milliseconds

123