Home
last modified time | relevance | path

Searched refs:GetName (Results 1 – 25 of 259) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp87 m_persistent_variable_sp->GetName().GetCString(), in MakeAllocation()
94 m_persistent_variable_sp->GetName().GetCString(), mem); in MakeAllocation()
102 m_persistent_variable_sp->GetName(), mem, eAddressTypeLoad, in MakeAllocation()
136 m_persistent_variable_sp->GetName().AsCString(), in MakeAllocation()
155 m_persistent_variable_sp->GetName().GetCString(), in DestroyAllocation()
171 m_persistent_variable_sp->GetName().AsCString(), in Materialize()
200 m_persistent_variable_sp->GetName().AsCString(), in Materialize()
206 m_persistent_variable_sp->GetName().AsCString()); in Materialize()
223 m_persistent_variable_sp->GetName().AsCString(), in Dematerialize()
250 m_persistent_variable_sp->GetName().GetCString(), in Dematerialize()
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp62 const char *SBTypeNameSpecifier::GetName() { in GetName() function in SBTypeNameSpecifier
68 return ConstString(m_opaque_sp->GetName()).GetCString(); in GetName()
109 description.Printf("SBTypeNameSpecifier(%s,%s)", GetName(), match_type_str); in GetDescription()
139 if (GetName() == nullptr || rhs.GetName() == nullptr) in IsEqualTo()
142 return (strcmp(GetName(), rhs.GetName()) == 0); in IsEqualTo()
H A DSBFunction.cpp56 const char *SBFunction::GetName() const { in GetName() function in SBFunction
60 return m_opaque_ptr->GetName().AsCString(); in GetName()
99 m_opaque_ptr->GetID(), m_opaque_ptr->GetName().AsCString()); in GetDescription()
102 s.Printf(", type = %s", func_type->GetName().AsCString()); in GetDescription()
194 return variable_sp->GetName().GetCString(); in GetArgumentName()
H A DSBTypeCategory.cpp71 const char *SBTypeCategory::GetName() { in GetName() function in SBTypeCategory
76 return ConstString(m_opaque_sp->GetName()).GetCString(); in GetName()
352 (const void *)ConstString(type_name.GetName()).GetCString(); in AddTypeSummary()
444 (const void *)ConstString(type_name.GetName()).GetCString(); in AddTypeSynthetic()
492 description.Printf("Category name: %s\n", GetName()); in GetDescription()
543 return (strcmp(m_opaque_sp->GetName(), "default") == 0); in IsDefaultCategory()
H A DSBTypeEnumMember.cpp56 const char *SBTypeEnumMember::GetName() { in GetName() function in SBTypeEnumMember
60 return m_opaque_sp->GetName().GetCString(); in GetName()
177 strm.Printf(" %s", m_opaque_sp->GetName().GetCString()); in GetDescription()
H A DSBType.cpp378 const char *SBTypeStaticField::GetName() { in GetName() function in SBTypeStaticField
383 return m_opaque_up->GetName().GetCString(); in GetName()
414 target.GetSP().get(), m_opaque_up->GetType(), m_opaque_up->GetName(), in GetConstantValue()
622 const char *SBType::GetName() { in GetName() function in SBType
627 return m_opaque_sp->GetName().GetCString(); in GetName()
825 const char *SBTypeMember::GetName() { in GetName() function in SBTypeMember
829 return m_opaque_up->GetName().GetCString(); in GetName()
885 const char *name = m_opaque_up->GetName().GetCString(); in GetDescription()
946 const char *SBTypeMemberFunction::GetName() { in GetName() function in SBTypeMemberFunction
950 return m_opaque_sp->GetName().GetCString(); in GetName()
H A DSBQueue.cpp79 const char *GetName() const { in GetName() function in lldb_private::QueueImpl
83 return ConstString(queue_sp->GetName()).GetCString(); in GetName()
271 const char *SBQueue::GetName() const { in GetName() function in SBQueue
274 return m_opaque_sp->GetName(); in GetName()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectSynthetic.cpp61 SetName(parent.GetName()); in ValueObjectSynthetic()
102 GetName().AsCString(), GetTypeName().AsCString(), in CalculateNumChildren()
115 GetName().AsCString(), GetTypeName().AsCString(), num_children); in CalculateNumChildren()
181 GetName().AsCString(), m_parent_type_name.AsCString(), in UpdateValue()
192 GetName().AsCString()); in UpdateValue()
214 GetName().AsCString()); in UpdateValue()
225 GetName().AsCString()); in UpdateValue()
233 GetName().AsCString()); in UpdateValue()
252 GetName().AsCString(), idx); in GetChildAtIndex()
271 GetName().AsCString(), idx); in GetChildAtIndex()
[all …]
H A DDILEval.cpp28 llvm::StringRef str_ref_name = var_sp->GetName().GetStringRef(); in DILFindVariable()
158 LookupIdentifier(node->GetName(), m_exe_ctx_scope, use_dynamic); in Visit()
161 identifier = LookupGlobalIdentifier(node->GetName(), m_exe_ctx_scope, in Visit()
165 llvm::formatv("use of undeclared identifier '{0}'", node->GetName()); in Visit()
167 m_expr, errMsg, node->GetLocation(), node->GetName().size()); in Visit()
300 base->GetTypeName().AsCString("<invalid type>"), base->GetName()); in Visit()
321 base->GetTypeName().AsCString("<invalid type>"), base->GetName()); in Visit()
345 base->GetName().AsCString()); in Visit()
398 base->GetName().AsCString()); in Visit()
H A DValueObjectDynamicValue.cpp37 SetName(parent.GetName()); in ValueObjectDynamicValue()
55 return m_dynamic_type_info.GetName(); in GetTypeName()
72 return m_dynamic_type_info.GetName(); in GetQualifiedTypeName()
83 return m_dynamic_type_info.GetName(); in GetDisplayTypeName()
278 LLDB_LOGF(log, "[%s %p] has a new dynamic type %s", GetName().GetCString(), in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp49 return sym_ctx.symbol->GetName(); in GetSymbolOrFunctionName()
51 return sym_ctx.function->GetName(); in GetSymbolOrFunctionName()
1218 if ((m_sym_ctx.function && m_sym_ctx.function->GetName() == name) || in IsTrapHandlerSymbol()
1219 (m_sym_ctx.symbol && m_sym_ctx.symbol->GetName() == name)) { in IsTrapHandlerSymbol()
1227 if ((m_sym_ctx.function && m_sym_ctx.function->GetName() == name) || in IsTrapHandlerSymbol()
1228 (m_sym_ctx.symbol && m_sym_ctx.symbol->GetName() == name)) { in IsTrapHandlerSymbol()
1284 regnum.GetName(), regnum.GetAsKind(eRegisterKindLLDB), in GetAbstractRegisterLocation()
1302 regnum.GetName(), regnum.GetAsKind(eRegisterKindLLDB)); in GetAbstractRegisterLocation()
1336 regnum.GetName(), regnum.GetAsKind(eRegisterKindLLDB)); in GetAbstractRegisterLocation()
1340 regnum.GetName(), regnum.GetAsKind(eRegisterKindLLDB), in GetAbstractRegisterLocation()
[all …]
H A DSectionLoadList.cpp72 section.get(), module_sp->GetFileSpec(), section->GetName(), in SetSectionLoadAddress()
112 section->GetName().GetCString(), in SetSectionLoadAddress()
114 ats_pos->second->GetName().GetCString()); in SetSectionLoadAddress()
140 section->GetName().AsCString(), load_addr); in SetSectionLoadAddress()
162 section_sp->GetName().AsCString()); in SetSectionUnloaded()
199 module_name.c_str(), section_sp->GetName().AsCString(), load_addr); in SetSectionUnloaded()
H A DThreadSpec.cpp68 const char *ThreadSpec::GetName() const { in GetName() function in ThreadSpec
95 const char *name = thread.GetName(); in NameMatches()
146 const char *name = GetName(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp46 int result = ConstString::Compare(a.GetName(), b.GetName()); in Compare()
59 ConstString FunctionInfo::GetName() const { return m_name; } in GetName() function in FunctionInfo
91 s->PutCString(m_mangled.GetName().AsCString()); in DumpStopContext()
96 ConstString InlineFunctionInfo::GetName() const { in GetName() function in InlineFunctionInfo
98 return m_mangled.GetName(); in GetName()
311 "Could not find line information for function \"{0}\".", GetName())); in GetSourceInfo()
390 GetName().GetCString(), m_comp_unit->GetPrimaryFile().GetPath())); in GetBlock()
403 ConstString name = GetName(); in GetDescription()
708 ConstString Function::GetName() const { in GetName() function in Function
709 return m_mangled.GetName(); in GetName()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp359 (child0_sp->GetName() == g_cc_ || child0_sp->GetName() == g_cc)) in GetChildAtIndex()
367 (child0_sp->GetName() == g_cc_ || child0_sp->GetName() == g_cc) && in GetChildAtIndex()
368 child1_sp && child1_sp->GetName() == g_nc) in GetChildAtIndex()
470 (child0_sp->GetName() == "__cc_" || child0_sp->GetName() == "__cc")) in Update()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp72 std::string GetName() override { return "libc++ frame recognizer"; } in GetName() function in LibCXXFrameRecognizer
289 llvm::StringRef vtable_name(symbol->GetName().GetStringRef()); in FindLibCppStdFunctionCallableInfo()
330 (symbol ? symbol->GetName().GetStringRef().contains("__invoke") : false); in FindLibCppStdFunctionCallableInfo()
348 if (symbol && !symbol->GetName().GetStringRef().starts_with("vtable for") && in FindLibCppStdFunctionCallableInfo()
382 auto name = f->GetName().GetStringRef(); in FindLibCppStdFunctionCallableInfo()
434 llvm::StringRef function_name(symbol->GetName().GetCString()); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h38 ConstString GetName() { return m_frozen_sp->GetName(); } in GetName() function
174 if (var_sp->GetName() == name) in GetVariable()
187 llvm::StringRef var_name_str = var_sp->GetName().GetStringRef(); in GetVariable()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp45 const char *ProcessInfo::GetName() const { in GetName() function in ProcessInfo
54 s << "Executable: " << GetName() << "\n"; in Dump()
246 s.PutCString(GetName()); in DumpAsTableRow()
262 const char *match_name = m_match_info.GetName(); in NameMatches()
304 NameMatches(proc_info.GetName()); in Matches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h42 const char *GetName() override { in GetName() function
44 return m_backing_thread_sp->GetName(); in GetName()
168 const char *GetName() override { in GetName() function
171 return ThreadMemory::GetName(); in GetName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h479 ConstString GetName();
498 ConstString GetName() const { return m_name; } in GetName() function
658 ConstString GetName() const;
742 m_name = m_type_impl_sp->GetName(); in TypeMemberImpl()
747 ConstString GetName() const { return m_name; } in GetName() function
791 ConstString GetName() const;
833 ConstString GetName() const;
872 ConstString GetName() const { return m_name; } in GetName() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h38 const char *GetName();
79 const char *GetName();
123 const char *GetName();
245 const char *GetName();
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h67 virtual std::string GetName() { in GetName() function
90 std::string GetName() override { in GetName() function
180 SetName(parent.GetName()); in ValueObjectRecognizerSynthesizedValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp15 const char *DWARFDeclContext::Entry::GetName() const { in GetName() function in DWARFDeclContext::Entry
47 [&](auto entry) { string_stream << entry.GetName(); }, "::"); in GetQualifiedName()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h271 virtual std::string GetName() = 0;
315 std::string GetName() override;
365 std::string GetName() override;
413 std::string GetName() override;
436 std::string GetName() override;
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp137 std::string StringSummaryFormat::GetName() { return m_format_str; } in GetName() function in StringSummaryFormat
170 std::string CXXFunctionSummaryFormat::GetName() { return m_description; } in GetName() function in CXXFunctionSummaryFormat
242 std::string ScriptSummaryFormat::GetName() { return m_script_formatter_name; } in GetName() function in ScriptSummaryFormat
311 std::string BytecodeSummaryFormat::GetName() { in GetName() function in BytecodeSummaryFormat

1234567891011