Searched refs:GetTypeName (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeFormat.i40 GetTypeName ();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp63 const char *SBTypeFormat::GetTypeName() { function in class:SBTypeFormat
64 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBTypeFormat, GetTypeName);
68 ->GetTypeName()
191 new TypeFormatImpl_EnumType(ConstString(GetTypeName()), GetOptions())));
208 LLDB_REGISTER_METHOD(const char *, SBTypeFormat, GetTypeName, ());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectRegister.h43 ConstString GetTypeName() override;
82 ConstString GetTypeName() override;
129 ConstString GetTypeName() override;
H A DValueObjectChild.h45 ConstString GetTypeName() override;
H A DValueObjectMemory.h45 ConstString GetTypeName() override;
H A DValueObjectVariable.h42 ConstString GetTypeName() override;
H A DValueObjectDynamicValue.h40 ConstString GetTypeName() override;
H A DValueObjectConstResult.h71 ConstString GetTypeName() override;
H A DValueObjectSyntheticFilter.h41 ConstString GetTypeName() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp81 m_function_return_type.GetTypeName().AsCString(""));
131 .GetTypeName()
137 type_name = clang_qual_type.GetTypeName().AsCString("");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp53 m_parent_type_name(parent.GetTypeName()),
67 ConstString ValueObjectSynthetic::GetTypeName() { function in class:ValueObjectSynthetic
68 return m_parent->GetTypeName();
94 GetName().AsCString(), GetTypeName().AsCString(), num_children);
102 GetName().AsCString(), GetTypeName().AsCString(), num_children);
163 ConstString new_parent_type_name = m_parent->GetTypeName();
H A DValueObjectDynamicValue.cpp54 ConstString ValueObjectDynamicValue::GetTypeName() { function in class:ValueObjectDynamicValue
60 return m_parent->GetTypeName();
247 static_cast<void *>(this), GetTypeName().GetCString());
H A DValueObjectRegister.cpp54 ConstString ValueObjectRegisterContext::GetTypeName() { return ConstString(); } function in class:ValueObjectRegisterContext
131 ConstString ValueObjectRegisterSet::GetTypeName() { return ConstString(); } function in class:ValueObjectRegisterSet
279 ConstString ValueObjectRegister::GetTypeName() { function in class:ValueObjectRegister
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFormat.h37 const char *GetTypeName();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp76 ConstString type_name(valobj.GetTypeName());
138 ConstString type_name(valobj.GetTypeName());
259 ConstString type_name(valobj.GetTypeName());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp85 original_ptr, in_value.GetTypeName().GetCString(), name);
128 original_ptr, in_value.GetTypeName().AsCString(),
144 original_ptr, in_value.GetTypeName().AsCString(),
160 original_ptr, in_value.GetTypeName().AsCString(),
172 original_ptr, in_value.GetTypeName().AsCString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp717 valobj_sp->GetTypeName().AsCString("<invalid type>"),
788 valobj_sp->GetTypeName().AsCString("<invalid type>"),
806 valobj_sp->GetTypeName().AsCString("<invalid type>"),
828 valobj_sp->GetTypeName().AsCString("<invalid type>"),
843 valobj_sp->GetTypeName().AsCString("<invalid type>"),
852 valobj_sp->GetTypeName().AsCString("<invalid type>"),
860 valobj_sp->GetTypeName().AsCString("<invalid type>"),
873 valobj_sp->GetTypeName().AsCString("<invalid type>"),
890 valobj_sp->GetTypeName().AsCString("<invalid type>"),
902 valobj_sp->GetTypeName()
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h53 ConstString GetTypeName() const { return m_type_name; } function in class:lldb_private::FormattersMatchCandidate
H A DTypeFormat.h196 ConstString GetTypeName() { return m_enum_type; } function in class:lldb_private::TypeFormatImpl_EnumType
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp162 stream.Printf(" Active Type = %s ", template_type.GetTypeName().GetCString());
H A DLibCxxVector.cpp293 if (arg_type.GetTypeName() == "bool")
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp277 ConstString type_name(GetTypeName());
284 ConstString CompilerType::GetTypeName() const { function in class:CompilerType
286 return m_type_system->GetTypeName(m_type);
291 ConstString CompilerType::GetDisplayTypeName() const { return GetTypeName(); }
H A DType.cpp755 return m_compiler_type.GetTypeName();
778 m_type_name = m_compiler_type.GetTypeName();
902 return m_dynamic_type.GetTypeName();
903 return m_static_type.GetTypeName();
1064 m_type.GetTypeName().AsCString("<unknown>"));
1068 m_type.GetTypeName().AsCString("<unknown>"));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp180 return compiler_type.GetTypeName();
1226 record_type.GetTypeName().GetCString(), member_name.c_str(),
1227 member_comp_type.GetTypeName().GetCString());
1290 record_type.GetTypeName().GetCString(),
1291 base_comp_type.GetTypeName().GetCString());
1347 record_type.GetTypeName().GetCString(),
1348 method_comp_type.GetTypeName().GetCString());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h156 ConstString GetTypeName() const;

Completed in 169 milliseconds

12