Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DAssertFrameRecognizer.h47 std::string GetName() override { return "Assert StackFrame Recognizer"; } in GetName() function
H A DStackFrameRecognizer.h63 virtual std::string GetName() { GetName() function
86 std::string GetName() override { GetName() function
H A DRegisterFlags.h46 const std::string &GetName() const { return m_name; } GetName() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.h25 llvm::StringRef GetName() const override { return "clang"; } in GetName() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.h28 const char *GetName() override { in GetName() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadInterface.h30 virtual std::optional<std::string> GetName() { return std::nullopt; } in GetName() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp17 static const char *GetName(DWARFDeclContext::Entry entry) { GetName() function
H A DDWARFBaseDIE.cpp81 const char *DWARFBaseDIE::GetName() const { GetName() function in DWARFBaseDIE
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp15 ConstString CompilerDecl::GetName() const { GetName() function in CompilerDecl
H A DCompilerDeclContext.cpp25 ConstString CompilerDeclContext::GetName() const { in GetName() function in CompilerDeclContext
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h30 const char *GetName() const { return m_name.c_str(); } in GetName() function
/freebsd-src/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-src/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-src/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-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h456 ConstString GetName() const { return m_name; } GetName() function
680 ConstString GetName() const { return m_name; } GetName() function
805 ConstString GetName() const { return m_name; } GetName() function
/freebsd-src/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-src/contrib/llvm-project/lldb/source/API/
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
H A DSBTypeNameSpecifier.cpp62 const char *SBTypeNameSpecifier::GetName() { in GetName() function in SBTypeNameSpecifier

1234