/llvm-project/lldb/include/lldb/Target/ |
H A D | AssertFrameRecognizer.h | 47 std::string GetName() override { return "Assert StackFrame Recognizer"; } in GetName() function
|
H A D | StackFrameRecognizer.h | 64 virtual std::string GetName() { GetName() function 87 std::string GetName() override { GetName() function
|
H A D | RegisterFlags.h | 94 const std::string &GetName() const { return m_name; } in GetName() function
|
/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
H A D | ClangHighlighter.h | 25 llvm::StringRef GetName() const override { return "clang"; } in GetName() function
|
/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ThreadFreeBSDKernel.h | 28 const char *GetName() override { in GetName() function
|
/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
H A D | ScriptedThreadInterface.h | 30 virtual std::optional<std::string> GetName() { return std::nullopt; } in GetName() function
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDeclContext.cpp | 15 const char *DWARFDeclContext::Entry::GetName() const { in GetName() function in DWARFDeclContext::Entry
|
H A D | DWARFBaseDIE.cpp | 77 const char *DWARFBaseDIE::GetName() const { in GetName() function in DWARFBaseDIE
|
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueProperties.h | 51 llvm::StringRef GetName() const override { return m_name; } in GetName() function
|
H A D | OptionGroupPythonClassWithDict.h | 56 const std::string &GetName() { in GetName() function
|
H A D | Property.h | 42 llvm::StringRef GetName() const { return m_name; } in GetName() function
|
/llvm-project/lldb/include/lldb/Expression/ |
H A D | ExpressionSourceCode.h | 30 const char *GetName() const { return m_name.c_str(); } in GetName() function
|
/llvm-project/lldb/source/Symbol/ |
H A D | CompilerDeclContext.cpp | 25 ConstString CompilerDeclContext::GetName() const { in GetName() function in CompilerDeclContext
|
H A D | CompilerDecl.cpp | 16 ConstString CompilerDecl::GetName() const { in GetName() function in CompilerDecl
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | ThreadMemory.h | 40 const char *GetName() override { in GetName() function
|
H A D | HistoryThread.h | 72 const char *GetName() override { return m_thread_name.c_str(); } in GetName() function
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | Timer.h | 28 llvm::StringRef GetName() { return m_name; } in GetName() function
|
H A D | Listener.h | 58 const char *GetName() { return m_name.c_str(); } in GetName() function
|
/llvm-project/lldb/unittests/Target/ |
H A D | StackFrameRecognizerTest.cpp | 48 std::string GetName() override { return "Dummy StackFrame Recognizer"; } in GetName() function in __anonb2309f910111::DummyStackFrameRecognizer
|
/llvm-project/lldb/source/Target/ |
H A D | Queue.cpp | 34 const char *Queue::GetName() { in GetName() function in Queue
|
H A D | RegisterNumber.cpp | 105 const char *RegisterNumber::GetName() { return m_name; } in GetName() function in RegisterNumber
|
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 462 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 D | SBQueue.cpp | 79 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 D | TargetThreadWindows.cpp | 178 const char *TargetThreadWindows::GetName() { in GetName() function in TargetThreadWindows
|
/llvm-project/lldb/source/Plugins/Process/mach-core/ |
H A D | ThreadMachCore.cpp | 44 const char *ThreadMachCore::GetName() { in GetName() function in ThreadMachCore
|