Home
last modified time | relevance | path

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

12345678910>>...12

/openbsd/gnu/llvm/lldb/scripts/android/
H A Dhost_art_bt.py36 'function': symbol.GetName(),
48 art_stack_visitor.GetName() + """.GetMethod()""")
62 if art_method_name != symbol.GetName():
77 …if frame.GetSymbol() and (frame.GetSymbol().GetName() == 'art_quick_invoke_stub' or frame.GetSymbo…
86 if frame.GetSymbol() and frame.GetSymbol().GetName(
102 art_stack_visitor.GetName() + """.GetMethod()""")
129 if frame.GetSymbol() and (frame.GetSymbol().GetName() ==
154 if frame.GetSymbol() and frame.GetSymbol().GetName(
165 art_stack_visitor.GetName() + """.GetMethod()""")
179 art_stack_visitor.GetName() +
[all …]
/openbsd/gnu/llvm/lldb/source/Expression/
H A DMaterializer.cpp88 m_persistent_variable_sp->GetName().GetCString(), in MakeAllocation()
126 m_persistent_variable_sp->GetName().AsCString(), in MakeAllocation()
145 m_persistent_variable_sp->GetName().GetCString(), in DestroyAllocation()
528 GetName().AsCString()); in Materialize()
626 GetName().AsCString()); in Dematerialize()
661 GetName().AsCString()); in Dematerialize()
757 virtual ConstString GetName() const = 0;
812 ConstString GetName() const override { return m_variable_sp->GetName(); } in GetName() function in EntityVariable
1045 ? m_delegate->GetName() in Dematerialize()
1235 m_symbol.GetName().AsCString()); in Materialize()
[all …]
/openbsd/gnu/llvm/lldb/source/API/
H A DSBTypeNameSpecifier.cpp62 const char *SBTypeNameSpecifier::GetName() { in GetName() function in SBTypeNameSpecifier
68 return m_opaque_sp->GetName(); 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.cpp54 const char *SBFunction::GetName() const { in GetName() function in SBFunction
59 cstr = m_opaque_ptr->GetName().AsCString(); in GetName()
100 m_opaque_ptr->GetID(), m_opaque_ptr->GetName().AsCString()); in GetDescription()
103 s.Printf(", type = %s", func_type->GetName().AsCString()); in GetDescription()
178 return variable_sp->GetName().GetCString(); in GetArgumentName()
H A DSBTypeCategory.cpp71 const char *SBTypeCategory::GetName() { in GetName() function in SBTypeCategory
76 return m_opaque_sp->GetName(); 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()
/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp56 SetName(parent.GetName()); in ValueObjectSynthetic()
172 GetName().AsCString(), m_parent_type_name.AsCString(), in UpdateValue()
183 GetName().AsCString()); in UpdateValue()
205 GetName().AsCString()); in UpdateValue()
216 GetName().AsCString()); in UpdateValue()
224 GetName().AsCString()); in UpdateValue()
243 GetName().AsCString(), idx); in GetChildAtIndex()
262 GetName().AsCString(), idx); in GetChildAtIndex()
271 GetName().AsCString(), idx, static_cast<void *>(synth_guy.get()), in GetChildAtIndex()
293 GetName().AsCString(), idx, can_create ? "yes" : "no", 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()
242 LLDB_LOGF(log, "[%s %p] has a new dynamic type %s", GetName().GetCString(), in UpdateValue()
/openbsd/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp224 const char *func_demangled_name = function.GetName(); in main()
256 printf("%s %s\n", return_type.GetName(), in main()
268 return_type.GetName(), class_name_start); in main()
275 return_type.GetName(), class_name_len, in main()
295 printf("(%s)", function_arg_type.GetName()); in main()
304 printf("%s ", return_type.GetName()); in main()
322 function_arg_type.GetName()); in main()
/openbsd/gnu/llvm/lldb/examples/synthetic/recognizer_function/
H A Dexample.py12 if base.GetName() == "Message":
34 if child.GetName() == name:
45 name = value.GetName()
55 child_name = child.GetName()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp218 void DWARFDIE::GetName(Stream &s) const { in GetName() function in DWARFDIE
386 context.push_back({CompilerContextKind::Module, ConstString(GetName())}); in GetDeclContext()
389 context.push_back({CompilerContextKind::Namespace, ConstString(GetName())}); in GetDeclContext()
392 context.push_back({CompilerContextKind::Struct, ConstString(GetName())}); in GetDeclContext()
395 context.push_back({CompilerContextKind::Union, ConstString(GetName())}); in GetDeclContext()
398 context.push_back({CompilerContextKind::Class, ConstString(GetName())}); in GetDeclContext()
401 context.push_back({CompilerContextKind::Enum, ConstString(GetName())}); in GetDeclContext()
412 context.push_back({CompilerContextKind::Typedef, ConstString(GetName())}); in GetDeclContext()
H A DUniqueDWARFASTType.cpp42 const char *parent_arg_die_name = parent_arg_die.GetName(); in Find()
48 const char *parent_pos_die_name = parent_pos_die.GetName(); in Find()
/openbsd/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp47 return sym_ctx.symbol->GetName(); in GetSymbolOrFunctionName()
49 return sym_ctx.function->GetName(); in GetSymbolOrFunctionName()
1296 regnum.GetName(), regnum.GetAsKind(eRegisterKindLLDB)); in SavedLocationForRegister()
1356 return_address_reg.GetName(), in SavedLocationForRegister()
1381 regnum.GetName(), regnum.GetAsKind(eRegisterKindLLDB), in SavedLocationForRegister()
1402 return_address_reg.GetName(), in SavedLocationForRegister()
1492 regnum.GetName(), regnum.GetAsKind(eRegisterKindLLDB)); in SavedLocationForRegister()
1539 regnum.GetName(), regnum.GetAsKind(eRegisterKindLLDB)); in SavedLocationForRegister()
1558 regnum.GetName(), regnum.GetAsKind(eRegisterKindLLDB), in SavedLocationForRegister()
1559 regnum.GetName(), regnum.GetAsKind(eRegisterKindLLDB)); 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()
/openbsd/gnu/llvm/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()
353 GetName().GetCString(), m_comp_unit->GetPrimaryFile().GetPath())); in GetBlock()
366 ConstString name = GetName(); in GetDescription()
654 ConstString Function::GetName() const { in GetName() function in Function
655 return m_mangled.GetName(); in GetName()
659 return m_mangled.GetName(Mangled::ePreferDemangledWithoutArguments); in GetNameNoArguments()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBType.i29 GetName ();
50 …name = property(GetName, None, doc='''A read only property that returns the name for this member a…
81 GetName ();
671 %feature("autodoc", "GetName() -> string") GetName;
690 ") GetName;
692 GetName();
906 …name = property(GetName, None, doc='''A read only property that returns the name for this type as …
H A DSBTypeNameSpecifier.i41 GetName();
66 name = property(GetName)
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h128 ConstString GetName();
147 ConstString GetName() const { return m_name; } in GetName() function
291 ConstString GetName() const;
373 m_name = m_type_impl_sp->GetName(); in TypeMemberImpl()
378 ConstString GetName() const { return m_name; } in GetName() function
422 ConstString GetName() const;
462 ConstString GetName() const;
501 ConstString GetName() const { return m_name; } in GetName() function
/openbsd/gnu/llvm/lldb/examples/python/
H A Din_call_stack.py18 if symbol and name in frame.GetSymbol().GetName():
22 if function and name in function.GetName():
/openbsd/gnu/llvm/lldb/utils/lui/
H A Dlldbutil.py699 return caller.GetName()
719 return thread.GetFrameAtIndex(i).GetSymbol().GetName()
796 thread.GetThreadID(), thread.GetName(), thread.GetQueueName()) + desc, file=output)
865 var.GetName(),
868 name = frame.GetFunction().GetName()
870 name = frame.GetSymbol().GetName()
892 value.GetName(), value.GetNumChildren()), file=output)
895 child.GetName(), child.GetValue()), file=output)
908 if kind.lower() in value.GetName().lower():
978 name=value.GetName(),
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp220 llvm::StringRef vtable_name(symbol->GetName().GetStringRef()); in FindLibCppStdFunctionCallableInfo()
261 (symbol ? symbol->GetName().GetStringRef().contains("__invoke") : false); in FindLibCppStdFunctionCallableInfo()
279 if (symbol && !symbol->GetName().GetStringRef().startswith("vtable for") && in FindLibCppStdFunctionCallableInfo()
313 auto name = f->GetName().GetStringRef(); in FindLibCppStdFunctionCallableInfo()
366 llvm::StringRef function_name(symbol->GetName().GetCString()); in GetStepThroughTrampolinePlan()
/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DExpressionVariable.h38 ConstString GetName() { return m_frozen_sp->GetName(); } in GetName() function
166 if (var_sp->GetName() == name) in GetVariable()
179 llvm::StringRef var_name_str = var_sp->GetName().GetStringRef(); in GetVariable()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DProcessInfo.cpp41 const char *ProcessInfo::GetName() const { in GetName() function in ProcessInfo
50 s << "Executable: " << GetName() << "\n"; in Dump()
237 s.PutCString(GetName()); in DumpAsTableRow()
253 const char *match_name = m_match_info.GetName(); in NameMatches()
295 NameMatches(proc_info.GetName()); in Matches()
/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
155 SetName(parent.GetName()); in ValueObjectRecognizerSynthesizedValue()

12345678910>>...12