Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectDynamicValue.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-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDStatistics.cpp170 bool HasType = false; in collectStatsForDie() local
200 HasType = true; in collectStatsForDie()
302 if (HasType) in collectStatsForDie()
310 if (HasType) in collectStatsForDie()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDType.h409 bool HasType() const { return HasCompilerType(); } in HasType() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp276 if (type_and_or_name.HasType()) { in FixUpDynamicType()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntime.cpp269 if (type_and_or_name.HasType()) { in FixUpDynamicType()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1655 bool HasType = Record[i] == 6; in parseAttributeGroupBlock() local
1660 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()