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

123456

/freebsd-10.3-release/contrib/llvm/tools/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->GetRegexTypeFiltersContainer()->GetExact(ConstString(spec.GetName()), children_sp);
167 m_opaque_sp->GetTypeFiltersContainer()->GetExact(ConstString(spec.GetName()), children_sp);
189 m_opaque_sp->GetRegexTypeFormatsContainer()->GetExact(ConstString(spec.GetName()), format_sp);
191 m_opaque_sp->GetTypeFormatsContainer()->GetExact(ConstString(spec.GetName()), format_sp);
212 m_opaque_sp->GetRegexTypeSummariesContainer()->GetExact(ConstString(spec.GetName()), summary_sp);
214 m_opaque_sp->GetTypeSummariesContainer()->GetExact(ConstString(spec.GetName()), summary_sp);
236 m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetExact(ConstString(spec.GetName()), children_sp);
238 m_opaque_sp->GetTypeSyntheticsContainer()->GetExact(ConstString(spec.GetName()), children_s
[all...]
H A DSBFunction.cpp59 SBFunction::GetName() const function in class:SBFunction
63 cstr = m_opaque_ptr->GetMangled().GetName().AsCString();
69 log->Printf ("SBFunction(%p)::GetName () => \"%s\"", m_opaque_ptr, cstr);
71 log->Printf ("SBFunction(%p)::GetName () => NULL", m_opaque_ptr);
112 m_opaque_ptr->GetName().AsCString());
115 s.Printf(", type = %s", func_type->GetName().AsCString());
/freebsd-10.3-release/contrib/llvm/tools/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();
H A DSectionLoadList.cpp94 section->GetName().AsCString(),
140 section->GetName().GetCString(),
142 ats_pos->second->GetName().GetCString());
160 section->GetName().AsCString(),
183 section_sp->GetName().AsCString());
215 section_sp->GetName().AsCString(),
/freebsd-10.3-release/contrib/llvm/tools/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);
/freebsd-10.3-release/contrib/llvm/tools/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...]
H A DClangExpressionVariable.cpp54 ClangExpressionVariable::GetName () function in class:ClangExpressionVariable
56 return m_frozen_sp->GetName();
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBQueue.h48 GetName () const;
H A DSBTypeNameSpecifier.h36 GetName();
H A DSBBroadcaster.h50 GetName () const;
H A DSBFunction.h36 GetName() const;
H A DSBSection.h35 GetName ();
H A DSBSymbol.h38 GetName() const;
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h48 const char *GetName () const function in class:lldb_private::ExpressionSourceCode
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DProperty.h50 GetName() const function in class:lldb_private::Property
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h127 GetName () const;
246 GetName () const;
528 GetName() const function in class:lldb_private::Function
530 return m_mangled.GetName();
H A DType.h125 GetName();
152 GetName () const function in class:lldb_private::Type
362 GetName () const function in class:lldb_private::TypePair
365 return type_sp->GetName();
512 GetName () const;
639 m_name = m_type_impl_sp->GetName();
649 GetName () const function in class:lldb_private::TypeMemberImpl
719 ConstString GetName () const;
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h128 m_type.m_type_name.assign(type->GetName().GetCString());
145 GetName() function in class:lldb_private::TypeNameSpecifierImpl
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h54 GetName () function in class:ThreadMemory
59 m_backing_thread_sp->GetName();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectDynamicValue.cpp44 SetName (parent.GetName());
73 return m_dynamic_type_info.GetName();
98 return m_dynamic_type_info.GetName();
153 std::string corrected_name (type_andor_name.GetName().GetCString());
313 GetName().GetCString(),
H A DValueObjectConstResultImpl.cpp59 m_impl_backend->GetName(),
112 m_impl_backend->GetName().GetCString(),
181 new_name.append(m_impl_backend->GetName().AsCString(""));
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp338 GetRegexTypeFormatsContainer()->GetExact(ConstString(type_sp->GetName()),retval);
340 GetTypeFormatsContainer()->GetExact(ConstString(type_sp->GetName()),retval);
354 GetRegexTypeSummariesContainer()->GetExact(ConstString(type_sp->GetName()),retval);
356 GetTypeSummariesContainer()->GetExact(ConstString(type_sp->GetName()),retval);
370 GetRegexTypeFiltersContainer()->GetExact(ConstString(type_sp->GetName()),retval);
372 GetTypeFiltersContainer()->GetExact(ConstString(type_sp->GetName()),retval);
387 GetRegexTypeSyntheticsContainer()->GetExact(ConstString(type_sp->GetName()),retval);
389 GetTypeSyntheticsContainer()->GetExact(ConstString(type_sp->GetName()),retval);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp60 int result = ConstString::Compare(a.GetName(), b.GetName());
81 FunctionInfo::GetName() const function in class:FunctionInfo
148 s->PutCString (m_mangled.GetName().AsCString());
155 InlineFunctionInfo::GetName () const function in class:InlineFunctionInfo
158 return m_mangled.GetName();
317 GetName().GetCString(),
342 const char *name = func_type ? func_type->GetName().AsCString() : "<unknown>";
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp48 StringRef BName = FD->getASTContext().BuiltinInfo.GetName(BId);

Completed in 242 milliseconds

123456