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

123

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp17 static const char *GetName(DWARFDeclContext::Entry entry) { function
H A DDWARFBaseDIE.cpp81 const char *DWARFBaseDIE::GetName() const { function in class:DWARFBaseDIE
/freebsd-current/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-current/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
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadInterface.h30 virtual std::optional<std::string> GetName() { return std::nullopt; } function in class:lldb_private::ScriptedThreadInterface
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRegisterNumber.cpp105 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.cpp68 const char *ThreadSpec::GetName() const { function in class:ThreadSpec
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimer.h28 llvm::StringRef GetName() { return m_name; } function in class:lldb_private::Timer::Category
H A DListener.h58 const char *GetName() { return m_name.c_str(); } function in class:lldb_private::Listener
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPythonClassWithDict.h56 const std::string &GetName() { function in class:lldb_private::OptionGroupPythonClassWithDict
H A DProperty.h42 llvm::StringRef GetName() const { return m_name; } function in class:lldb_private::Property
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBTypeEnumMember.cpp56 const char *SBTypeEnumMember::GetName() { function in class:SBTypeEnumMember
H A DSBTypeNameSpecifier.cpp62 const char *SBTypeNameSpecifier::GetName() { function in class:SBTypeNameSpecifier
H A DSBSymbol.cpp53 const char *SBSymbol::GetName() const { function in class:SBSymbol
H A DSBMemoryRegionInfo.cpp121 const char *SBMemoryRegionInfo::GetName() { function in class:SBMemoryRegionInfo
H A DSBBroadcaster.cpp91 const char *SBBroadcaster::GetName() const { function in class:SBBroadcaster
H A DSBFunction.cpp54 const char *SBFunction::GetName() const { function in class:SBFunction
H A DSBSection.cpp56 const char *SBSection::GetName() { function in class:SBSection
H A DSBProcessInfo.cpp57 const char *SBProcessInfo::GetName() { function in class:SBProcessInfo
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h46 const std::string &GetName() const { return m_name; } function in class:lldb_private::RegisterFlags::Field
H A DStackFrameRecognizer.h63 virtual std::string GetName() { function in class:lldb_private::StackFrameRecognizer
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.cpp53 std::optional<std::string> ScriptedThreadPythonInterface::GetName() { function in class:ScriptedThreadPythonInterface
/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest-typed-test_test.cc168 static std::string GetName(int i) { function in class:TypedTestNames
316 static std::string GetName(int i) { function in class:TypeParametrizedTestNames

Completed in 301 milliseconds

123