Home
last modified time | relevance | path

Searched refs:HasType (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp46 if (m_dynamic_type_info.HasType()) in GetCompilerTypeImpl()
83 if (m_dynamic_type_info.HasType()) in GetDisplayTypeName()
93 if (success && m_dynamic_type_info.HasType()) { in CalculateNumChildren()
103 if (success && m_dynamic_type_info.HasType()) { in GetByteSize()
181 if (class_type_or_name.HasType()) { in UpdateValue()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp237 bool HasType = false; in collectStatsForDie() local
276 HasType = true; in collectStatsForDie()
409 if (HasType) in collectStatsForDie()
417 if (HasType) in collectStatsForDie()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h424 bool HasType() const { return HasCompilerType(); } in HasType() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp275 if (type_and_or_name.HasType()) { in FixUpDynamicType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp282 if (type_and_or_name.HasType()) { in FixUpDynamicType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1650 bool HasType = Record[i] == 6; in parseAttributeGroupBlock() local
1657 B.addTypeAttr(Kind, HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()