Searched refs:GetName (Results 1 - 25 of 243) sorted by relevance

12345678910

/external/lldb/scripts/Python/interface/
H A DSBTypeNameSpecifier.i38 GetName();
57 __swig_getmethods__["name"] = GetName
58 if _newclass: name = property(GetName, None)
H A DSBFunction.i30 symbol_name = symbol.GetName()
60 GetName() const;
114 __swig_getmethods__["name"] = GetName
115 if _newclass: name = property(GetName, None, doc='''A read only property that returns the name for this function as a string.''')
H A DSBSection.i19 if sec.GetName() == '__TEXT':
54 GetName ();
106 __swig_getmethods__["name"] = GetName
107 if _newclass: name = property(GetName, None, doc='''A read only property that returns the name of this section as a string.''')
H A DSBSymbol.i33 GetName() const;
75 __swig_getmethods__["name"] = GetName
76 if _newclass: name = property(GetName, None, doc='''A read only property that returns the name for this symbol as a string.''')
H A DSBBroadcaster.i53 GetName () const;
/external/lldb/source/API/
H A DSBTypeNameSpecifier.cpp57 SBTypeNameSpecifier::GetName () function in class:SBTypeNameSpecifier
62 return m_opaque_sp->GetName();
91 description.Printf("SBTypeNameSpecifier(%s,%s)", GetName(), IsRegex() ? "regex" : "plain");
121 if (GetName() == NULL || rhs.GetName() == NULL)
124 return (strcmp(GetName(), rhs.GetName()) == 0);
H A DSBTypeCategory.cpp77 SBTypeCategory::GetName() function in class:SBTypeCategory
81 return m_opaque_sp->GetName();
165 m_opaque_sp->GetRegexFilterNavigator()->GetExact(ConstString(spec.GetName()), children_sp);
167 m_opaque_sp->GetFilterNavigator()->GetExact(ConstString(spec.GetName()), children_sp);
189 return SBTypeFormat(DataVisualization::ValueFormats::GetFormat(ConstString(spec.GetName())));
205 m_opaque_sp->GetRegexSummaryNavigator()->GetExact(ConstString(spec.GetName()), summary_sp);
207 m_opaque_sp->GetSummaryNavigator()->GetExact(ConstString(spec.GetName()), summary_sp);
229 m_opaque_sp->GetRegexSyntheticNavigator()->GetExact(ConstString(spec.GetName()), children_sp);
231 m_opaque_sp->GetSyntheticNavigator()->GetExact(ConstString(spec.GetName()), children_sp);
310 DataVisualization::ValueFormats::Add(ConstString(type_name.GetName()), forma
[all...]
/external/lldb/test/python_api/default-constructor/
H A Dsb_function.py9 obj.GetName()
H A Dsb_symbol.py9 obj.GetName()
H A Dsb_section.py10 obj.GetName()
H A Dsb_type.py9 obj.GetName()
H A Dsb_broadcaster.py16 obj.GetName()
/external/lldb/test/functionalities/type_completion/
H A Dmain.cpp17 std::string& GetName() { return *m_name; } function in class:NameAndAddress
46 std::cout << "Person " << j << " is named " << guy.GetName() << " and lives at " << guy.GetAddress() << std::endl;
/external/lldb/source/Target/
H A DThreadSpec.cpp43 ThreadSpec::GetName () const function in class:ThreadSpec
83 const char *name = thread.GetName();
148 const char *name = GetName();
/external/lldb/test/python_api/lldbutil/iter/
H A DTestRegistersIterator.py59 print "%s => %s" % (reg.GetName(), reg.GetValue())
68 print "%s => %s" % (reg.GetName(), reg.GetValue())
77 print "%s => %s" % (reg.GetName(), reg.GetValue())
/external/lldb/test/python_api/objc_type/
H A DTestObjCType.py62 self.assertTrue(aBarType.GetName() == "Bar *", "Bar has the right name")
68 self.assertTrue(aFooType.GetName() == "Foo", "Foo has the right name")
73 self.assertTrue(aBarField.GetName() == "_iVar", "The field has the right name")
/external/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h63 m_type.m_type_name.assign(type->GetName().GetCString());
80 GetName() function in class:lldb_private::TypeNameSpecifierImpl
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp61 const char *parent_arg_die_name = parent_arg_die->GetName(symfile, cu);
68 const char *parent_pos_die_name = parend_pos_die->GetName(pos->m_symfile, pos->m_cu);
/external/lldb/test/lang/cpp/class_static/
H A DTestStaticVariables.py111 name = val.GetName()
130 self.assertTrue(val.GetName() == 'A::g_points')
135 self.assertTrue(val.GetName() == 'argc')
139 self.assertTrue(val.GetName() == 'argv')
143 self.assertTrue(val.GetName() == 'hello_world')
/external/lldb/source/Expression/
H A DMaterializer.cpp93 err.SetErrorStringWithFormat("couldn't allocate a memory area to store %s: %s", m_persistent_variable_sp->GetName().GetCString(), allocate_error.AsCString());
98 log->Printf("Allocated %s (0x%" PRIx64 ") sucessfully", m_persistent_variable_sp->GetName().GetCString(), mem);
104 m_persistent_variable_sp->GetName(),
129 err.SetErrorStringWithFormat ("couldn't write %s to the target: %s", m_persistent_variable_sp->GetName().AsCString(),
145 err.SetErrorStringWithFormat ("couldn't deallocate memory for %s: %s", m_persistent_variable_sp->GetName().GetCString(), deallocate_error.AsCString());
159 m_persistent_variable_sp->GetName().AsCString(),
184 err.SetErrorStringWithFormat("couldn't write the location of %s to memory: %s", m_persistent_variable_sp->GetName().AsCString(), write_error.AsCString());
189 err.SetErrorStringWithFormat("no materialization happened for persistent variable %s", m_persistent_variable_sp->GetName().AsCString());
209 m_persistent_variable_sp->GetName().AsCString(),
229 err.SetErrorStringWithFormat("couldn't read the address of program-allocated variable %s: %s", m_persistent_variable_sp->GetName()
[all...]
/external/lldb/examples/functions/
H A Dmain.cpp240 const char *func_demangled_name = function.GetName();
276 printf ("%s %s\n", return_type.GetName(), func_demangled_name);
289 printf("%c(%s)[%s\n", func_demangled_name[0], return_type.GetName(), class_name_start);
295 printf ("%c(%s)[%*.*s", func_demangled_name[0], return_type.GetName(), class_name_len, class_name_len, class_name_start);
310 printf ("(%s)", function_arg_type.GetName());
323 printf ("%s ", return_type.GetName());
338 printf ("%s%s", function_arg_idx > 0 ? ", " : "", function_arg_type.GetName());
/external/lldb/source/Core/
H A DMangled.cpp118 return ConstString::Compare(a.GetName(ePreferMangled), a.GetName(ePreferMangled));
238 Mangled::GetName (Mangled::NamePreference preference) const function in class:Mangled
/external/lldb/test/python_api/symbol-context/
H A DTestSymbolContext.py96 self.assertTrue(function.GetName() == symbol.GetName() and symbol.GetName() == 'c',
/external/clang/test/SemaCXX/
H A Dreturn.cpp75 const PCHAR GetName() { return 0; } // expected-warning{{'const' type qualifier on return type has no effect}} function in class:PR9328::Test
/external/gptfdisk/
H A Ddiskio.h78 string GetName(void) const {return realFilename;} function in class:DiskIO

Completed in 1148 milliseconds

12345678910