Home
last modified time | relevance | path

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

12345678910

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp88 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()
126 m_persistent_variable_sp->GetName().AsCString(), in MakeAllocation()
145 m_persistent_variable_sp->GetName().GetCString(), in DestroyAllocation()
161 m_persistent_variable_sp->GetName().AsCString(), in Materialize()
190 m_persistent_variable_sp->GetName().AsCString(), in Materialize()
196 m_persistent_variable_sp->GetName().AsCString()); in Materialize()
213 m_persistent_variable_sp->GetName().AsCString(), in Dematerialize()
240 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.cpp55 const char *SBFunction::GetName() const { in GetName() function in SBFunction
59 return m_opaque_ptr->GetName().AsCString(); in GetName()
98 m_opaque_ptr->GetID(), m_opaque_ptr->GetName().AsCString()); in GetDescription()
101 s.Printf(", type = %s", func_type->GetName().AsCString()); in GetDescription()
195 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 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()
789 const char *SBTypeMember::GetName() { in GetName() function in SBTypeMember
793 return m_opaque_up->GetName().GetCString(); in GetName()
849 const char *name = m_opaque_up->GetName().GetCString(); in GetDescription()
910 const char *SBTypeMemberFunction::GetName() { in GetName() function in SBTypeMemberFunction
914 return m_opaque_sp->GetName().GetCString(); in GetName()
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 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()
H A DSBBreakpointName.cpp59 const char *GetName() const { in GetName() function in lldb::SBBreakpointNameImpl
154 rhs.m_impl_up->GetTarget(), rhs.m_impl_up->GetName()); in SBBreakpointName()
169 rhs.m_impl_up->GetName()); in operator =()
197 const char *SBBreakpointName::GetName() const { in GetName() function in SBBreakpointName
202 return ConstString(m_impl_up->GetName()).GetCString(); in GetName()
428 return ConstString(bp_name->GetOptions().GetThreadSpec()->GetName()) in GetThreadName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp220 void DWARFDIE::GetName(Stream &s) const { in GetName() function in DWARFDIE
392 push_ctx(CompilerContextKind::Module, die.GetName()); in GetDeclContextImpl()
395 push_ctx(CompilerContextKind::Namespace, die.GetName()); in GetDeclContextImpl()
399 push_ctx(CompilerContextKind::ClassOrStruct, die.GetName()); in GetDeclContextImpl()
402 push_ctx(CompilerContextKind::Union, die.GetName()); in GetDeclContextImpl()
405 push_ctx(CompilerContextKind::Enum, die.GetName()); in GetDeclContextImpl()
408 push_ctx(CompilerContextKind::Function, die.GetName()); in GetDeclContextImpl()
414 push_ctx(CompilerContextKind::Typedef, die.GetName()); in GetDeclContextImpl()
445 const char *name = die.GetName(); in GetTypeLookupContextImpl()
455 push_ctx(CompilerContextKind::Namespace, die.GetName()); in GetTypeLookupContextImpl()
[all …]
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()
H A DUniqueDWARFASTType.cpp56 const char *parent_arg_die_name = parent_arg_die.GetName(); in Find()
61 const char *parent_pos_die_name = parent_pos_die.GetName(); in Find()
H A DDWARFDeclContext.h44 const char *GetName() const;
96 OS << LS << "{" << DW_TAG_value_to_name(e.tag) << ", " << e.GetName()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp61 SetName(parent.GetName()); in ValueObjectSynthetic()
102 GetName().AsCString(), GetTypeName().AsCString(), in CalculateNumChildren()
115 GetName().AsCString(), GetTypeName().AsCString(), num_children); in CalculateNumChildren()
183 GetName().AsCString(), m_parent_type_name.AsCString(), in UpdateValue()
194 GetName().AsCString()); in UpdateValue()
216 GetName().AsCString()); in UpdateValue()
227 GetName().AsCString()); in UpdateValue()
235 GetName().AsCString()); in UpdateValue()
254 GetName().AsCString(), idx); in GetChildAtIndex()
273 GetName().AsCString(), idx); in GetChildAtIndex()
[all …]
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()
258 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()
1239 if ((m_sym_ctx.function && m_sym_ctx.function->GetName() == name) || in IsTrapHandlerSymbol()
1240 (m_sym_ctx.symbol && m_sym_ctx.symbol->GetName() == name)) { in IsTrapHandlerSymbol()
1248 if ((m_sym_ctx.function && m_sym_ctx.function->GetName() == name) || in IsTrapHandlerSymbol()
1249 (m_sym_ctx.symbol && m_sym_ctx.symbol->GetName() == name)) { in IsTrapHandlerSymbol()
1275 regnum.GetName(), regnum.GetAsKind(eRegisterKindLLDB)); in SavedLocationForRegister()
1293 regnum.GetName(), regnum.GetAsKind(eRegisterKindLLDB), in SavedLocationForRegister()
1310 regnum.GetName(), regnum.GetAsKind(eRegisterKindLLDB)); in SavedLocationForRegister()
1370 return_address_reg.GetName(), in SavedLocationForRegister()
[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()
379 GetName().GetCString(), m_comp_unit->GetPrimaryFile().GetPath())); in GetBlock()
392 ConstString name = GetName(); in GetDescription()
693 ConstString Function::GetName() const { in GetName() function in Function
694 return m_mangled.GetName(); in GetName()
698 return m_mangled.GetName(Mangled::ePreferDemangledWithoutArguments); in GetNameNoArguments()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp348 (child0_sp->GetName() == g_cc_ || child0_sp->GetName() == g_cc)) in GetChildAtIndex()
356 (child0_sp->GetName() == g_cc_ || child0_sp->GetName() == g_cc) && in GetChildAtIndex()
357 child1_sp && child1_sp->GetName() == g_nc) in GetChildAtIndex()
458 (child0_sp->GetName() == "__cc_" || child0_sp->GetName() == "__cc")) in Update()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h38 ConstString GetName() { return m_frozen_sp->GetName(); } in GetName() function
165 if (var_sp->GetName() == name) in GetVariable()
178 llvm::StringRef var_name_str = var_sp->GetName().GetStringRef(); in GetVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp222 llvm::StringRef vtable_name(symbol->GetName().GetStringRef()); in FindLibCppStdFunctionCallableInfo()
263 (symbol ? symbol->GetName().GetStringRef().contains("__invoke") : false); in FindLibCppStdFunctionCallableInfo()
281 if (symbol && !symbol->GetName().GetStringRef().starts_with("vtable for") && in FindLibCppStdFunctionCallableInfo()
315 auto name = f->GetName().GetStringRef(); in FindLibCppStdFunctionCallableInfo()
368 llvm::StringRef function_name(symbol->GetName().GetCString()); in GetStepThroughTrampolinePlan()
/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/include/lldb/Symbol/
H A DType.h443 ConstString GetName();
462 ConstString GetName() const { return m_name; } in GetName() function
622 ConstString GetName() const;
706 m_name = m_type_impl_sp->GetName(); in TypeMemberImpl()
711 ConstString GetName() const { return m_name; } in GetName() function
755 ConstString GetName() const;
797 ConstString GetName() const;
836 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();
238 const char *GetName();
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h64 virtual std::string GetName() { in GetName() function
87 std::string GetName() override { in GetName() function
156 SetName(parent.GetName()); in ValueObjectRecognizerSynthesizedValue()

12345678910