Home
last modified time | relevance | path

Searched defs:GetName (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DAssertFrameRecognizer.h47 std::string GetName() override { return "Assert StackFrame Recognizer"; } in GetName() function
H A DVerboseTrapFrameRecognizer.h29 std::string GetName() override { in GetName() function
H A DStackFrameRecognizer.h64 virtual std::string GetName() { in GetName() function
87 std::string GetName() override { in GetName() function
H A DRegisterFlags.h94 const std::string &GetName() const { return m_name; } in GetName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.h25 llvm::StringRef GetName() const override { return "clang"; } in GetName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.h28 const char *GetName() override { in GetName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp15 const char *DWARFDeclContext::Entry::GetName() const { in GetName() function in DWARFDeclContext::Entry
H A DDWARFBaseDIE.cpp77 const char *DWARFBaseDIE::GetName() const { in GetName() function in DWARFBaseDIE
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h30 const char *GetName() const { return m_name.c_str(); } in GetName() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h51 llvm::StringRef GetName() const override { return m_name; } in GetName() function
H A DOptionGroupPythonClassWithDict.h56 const std::string &GetName() { in GetName() function
H A DProperty.h42 llvm::StringRef GetName() const { return m_name; } in GetName() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp25 ConstString CompilerDeclContext::GetName() const { in GetName() function in CompilerDeclContext
H A DCompilerDecl.cpp16 ConstString CompilerDecl::GetName() const { in GetName() function in CompilerDecl
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h40 const char *GetName() override { in GetName() function
H A DHistoryThread.h72 const char *GetName() override { return m_thread_name.c_str(); } in GetName() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimer.h28 llvm::StringRef GetName() { return m_name; } in GetName() function
H A DListener.h58 const char *GetName() { return m_name.c_str(); } in GetName() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h462 ConstString GetName() const { return m_name; } in GetName() function
711 ConstString GetName() const { return m_name; } in GetName() function
836 ConstString GetName() const { return m_name; } in GetName() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DQueue.cpp34 const char *Queue::GetName() { in GetName() function in Queue
H A DRegisterNumber.cpp105 const char *RegisterNumber::GetName() { return m_name; } in GetName() function in RegisterNumber
H A DThreadSpec.cpp68 const char *ThreadSpec::GetName() const { in GetName() function in ThreadSpec
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp378 const char *SBTypeStaticField::GetName() { in GetName() function in SBTypeStaticField
622 const char *SBType::GetName() { in GetName() function in SBType
789 const char *SBTypeMember::GetName() { in GetName() function in SBTypeMember
910 const char *SBTypeMemberFunction::GetName() { in GetName() function in SBTypeMemberFunction
H A DSBQueue.cpp79 const char *GetName() const { in GetName() function in lldb_private::QueueImpl
271 const char *SBQueue::GetName() const { in GetName() function in SBQueue
H A DSBProcessInfo.cpp57 const char *SBProcessInfo::GetName() { in GetName() function in SBProcessInfo

1234