Home
last modified time | relevance | path

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

1234

/llvm-project/lldb/include/lldb/Target/
H A DAssertFrameRecognizer.h47 std::string GetName() override { return "Assert StackFrame Recognizer"; } in GetName() function
H A DStackFrameRecognizer.h64 virtual std::string GetName() { GetName() function
87 std::string GetName() override { GetName() function
H A DRegisterFlags.h94 const std::string &GetName() const { return m_name; } in GetName() function
/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.h25 llvm::StringRef GetName() const override { return "clang"; } in GetName() function
/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.h28 const char *GetName() override { in GetName() function
/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadInterface.h30 virtual std::optional<std::string> GetName() { return std::nullopt; } in GetName() function
/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
/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
/llvm-project/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h30 const char *GetName() const { return m_name.c_str(); } in GetName() function
/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
/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
/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
/llvm-project/lldb/unittests/Target/
H A DStackFrameRecognizerTest.cpp48 std::string GetName() override { return "Dummy StackFrame Recognizer"; } in GetName() function in __anonb2309f910111::DummyStackFrameRecognizer
/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
/llvm-project/lldb/include/lldb/Symbol/
H A DType.h462 ConstString GetName() const { return m_name; } GetName() function
711 ConstString GetName() const { return m_name; } GetName() function
836 ConstString GetName() const { return m_name; } GetName() function
/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
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp178 const char *TargetThreadWindows::GetName() { in GetName() function in TargetThreadWindows
/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp44 const char *ThreadMachCore::GetName() { in GetName() function in ThreadMachCore

1234