Home
last modified time | relevance | path

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

1234

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h63 virtual std::string GetName() { in GetName() function
86 std::string GetName() override { in GetName() function
H A DAssertFrameRecognizer.h47 std::string GetName() override { return "Assert StackFrame Recognizer"; } in GetName() function
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.h25 llvm::StringRef GetName() const override { return "clang"; } in GetName() function
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h147 ConstString GetName() const { return m_name; } in GetName() function
378 ConstString GetName() const { return m_name; } in GetName() function
501 ConstString GetName() const { return m_name; } in GetName() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.h28 const char *GetName() override { in GetName() function
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h52 ConstString 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
H A DScriptedProcessInterface.h90 virtual std::optional<std::string> GetName() { return std::nullopt; } in GetName() function
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompilerDecl.cpp15 ConstString CompilerDecl::GetName() const { in GetName() function in CompilerDecl
H A DCompilerDeclContext.cpp25 ConstString CompilerDeclContext::GetName() const { in GetName() function in CompilerDeclContext
H A DType.cpp303 ConstString Type::GetName() { in GetName() function in Type
776 ConstString TypeAndOrName::GetName() const { in GetName() function in TypeAndOrName
940 ConstString TypeImpl::GetName() const { in GetName() function in TypeImpl
1088 ConstString TypeMemberFunctionImpl::GetName() const { return m_name; } in GetName() function in TypeMemberFunctionImpl
H A DFunction.cpp59 ConstString FunctionInfo::GetName() const { return m_name; } in GetName() function in FunctionInfo
96 ConstString InlineFunctionInfo::GetName() const { in GetName() function in InlineFunctionInfo
654 ConstString Function::GetName() const { in GetName() function in Function
/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h30 const char *GetName() const { return m_name.c_str(); } in GetName() function
/openbsd/gnu/llvm/lldb/source/API/
H A DSBQueue.cpp79 const char *GetName() const { in GetName() function in lldb_private::QueueImpl
273 const char *SBQueue::GetName() const { in GetName() function in SBQueue
H A DSBType.cpp521 const char *SBType::GetName() { in GetName() function in SBType
680 const char *SBTypeMember::GetName() { in GetName() function in SBTypeMember
801 const char *SBTypeMemberFunction::GetName() { in GetName() function in SBTypeMemberFunction
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DTimer.h28 llvm::StringRef GetName() { return m_name; } in GetName() function
H A DListener.h59 const char *GetName() { return m_name.c_str(); } in GetName() function
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm198 std::string CoreSimulatorSupport::DeviceType::GetName() { function
205 std::string CoreSimulatorSupport::Device::GetName() const { function
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp42 const char *ThreadMachCore::GetName() { in GetName() function in ThreadMachCore
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp78 const char *DWARFBaseDIE::GetName() const { in GetName() function in DWARFBaseDIE

1234