Searched refs:HasType (Results 1 – 10 of 10) sorted by relevance
37 bool HasType; member44 IsXCOFF(true), HasType(false) {}47 : Addr(Addr), Name(Name), Type(Type), IsXCOFF(IsXCOFF), HasType(true) {} in Addr()52 assert((P1.IsXCOFF == P2.IsXCOFF && P1.HasType == P2.HasType) &&56 if (P1.IsXCOFF && P1.HasType)
43 if (m_dynamic_type_info.HasType()) in GetCompilerTypeImpl()80 if (m_dynamic_type_info.HasType()) in GetDisplayTypeName()90 if (success && m_dynamic_type_info.HasType()) { in CalculateNumChildren()100 if (success && m_dynamic_type_info.HasType()) { in GetByteSize()178 if (class_type_or_name.HasType()) { in UpdateValue()
75 HasType, enumerator148 PROPERTY(Property, HasType);
275 bool HasType = false; in collectStatsForDie() local314 HasType = true; in collectStatsForDie()447 if (HasType) in collectStatsForDie()455 if (HasType) in collectStatsForDie()
103 void EmitKCFITypePadding(const MachineFunction &MF, bool HasType = true);
133 bool HasType) { in EmitKCFITypePadding() argument145 if (HasType) in EmitKCFITypePadding()
440 bool HasType() const { return HasCompilerType(); } in HasType() function
275 if (type_and_or_name.HasType()) { in FixUpDynamicType()
284 if (type_and_or_name.HasType()) { in FixUpDynamicType()
2227 bool HasType = Record[i] == 6; in parseAttributeGroupBlock() local2234 B.addTypeAttr(Kind, HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()