Searched defs:GetName (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp25 ConstString CompilerDeclContext::GetName() const { function in class:CompilerDeclContext
H A DCompilerDecl.cpp15 ConstString CompilerDecl::GetName() const { function in class:CompilerDecl
H A DFunction.cpp57 ConstString FunctionInfo::GetName() const { return m_name; } function in class:FunctionInfo
95 ConstString InlineFunctionInfo::GetName(LanguageType language) const { function in class:InlineFunctionInfo
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h30 const char *GetName() const { return m_name.c_str(); } function in class:lldb_private::ExpressionSourceCode
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPythonClassWithDict.h48 const std::string &GetName() { function in class:lldb_private::OptionGroupPythonClassWithDict
H A DProperty.h43 llvm::StringRef GetName() const { return m_name.GetStringRef(); } function in class:lldb_private::Property
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterNumber.cpp107 const char *RegisterNumber::GetName() { return m_name; } function in class:RegisterNumber
H A DQueue.cpp34 const char *Queue::GetName() { function in class:Queue
H A DThreadSpec.cpp70 const char *ThreadSpec::GetName() const { function in class:ThreadSpec
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h55 virtual std::string GetName() { function in class:lldb_private::StackFrameRecognizer
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DListener.h59 const char *GetName() { return m_name.c_str(); } function in class:lldb_private::Listener
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp113 const char *SBMemoryRegionInfo::GetName() { function in class:SBMemoryRegionInfo
H A DSBTypeNameSpecifier.cpp60 const char *SBTypeNameSpecifier::GetName() { function in class:SBTypeNameSpecifier
H A DSBBroadcaster.cpp101 const char *SBBroadcaster::GetName() const { function in class:SBBroadcaster
H A DSBProcessInfo.cpp61 const char *SBProcessInfo::GetName() { function in class:SBProcessInfo
H A DSBTypeEnumMember.cpp62 const char *SBTypeEnumMember::GetName() { function in class:SBTypeEnumMember
H A DSBFunction.cpp57 const char *SBFunction::GetName() const { function in class:SBFunction
H A DSBQueue.cpp85 const char *GetName() const { function in class:lldb_private::QueueImpl
281 const char *SBQueue::GetName() const { function in class:SBQueue
H A DSBSection.cpp60 const char *SBSection::GetName() { function in class:SBSection
H A DSBSymbol.cpp56 const char *SBSymbol::GetName() const { function in class:SBSymbol
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp70 const char *DWARFBaseDIE::GetName() const { function in class:DWARFBaseDIE
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp41 const char *ProcessInfo::GetName() const { function in class:ProcessInfo
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h162 ConstString GetName() const { return m_name; } function in class:lldb_private::BreakpointName
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp60 std::string NativeThreadDarwin::GetName() { function in class:NativeThreadDarwin
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp158 std::string NativeThreadNetBSD::GetName() { function in class:NativeThreadNetBSD

Completed in 168 milliseconds

123