Searched refs:isTypeUnit (Results 1 – 11 of 11) sorted by relevance
202 if (OutUnit.isTypeUnit()) { in cloneStringAttr()216 if (OutUnit.isTypeUnit()) { in cloneStringAttr()256 if (OutUnit.isTypeUnit()) { in cloneDieRefAttr()368 if (OutUnit.isTypeUnit()) { in cloneScalarAttr()525 if (OutUnit.isTypeUnit()) in cloneBlockAttr()591 if (OutUnit.isTypeUnit()) in cloneAddressAttr()
107 (OutUnit.isTypeUnit() && in DIEAttributeCloner()
590 bool isTypeUnit();
1820 bool CompileUnit::OutputUnitVariantPtr::isTypeUnit() { in isTypeUnit() function in CompileUnit::OutputUnitVariantPtr
109 bool isTypeUnit() const { in isTypeUnit() function336 bool isTypeUnit() const { return Header.isTypeUnit(); } in isTypeUnit() function596 return !U->isTypeUnit(); in isCompileUnit()
38 static bool classof(const DWARFUnit *U) { return !U->isTypeUnit(); } in classof()
40 static bool classof(const DWARFUnit *U) { return U->isTypeUnit(); } in classof()
91 Context, Header.isTypeUnit() ? DW_SECT_EXT_TYPES : DW_SECT_INFO); in addUnitsImpl()93 if (Header.isTypeUnit()) in addUnitsImpl()108 if (Header.isTypeUnit()) in addUnitsImpl()280 if (isTypeUnit()) { in extract()315 if (isTypeUnit() && TypeOffset < Size) in extract()323 if (isTypeUnit() && TypeOffset >= getUnitLengthFieldByteSize() + getLength()) in extract()
771 if (U->isDWOUnit() && !U->isTypeUnit()) in verifyDebugInfoAttribute()
950 const llvm::DWARFUnitIndex &index = header.isTypeUnit() in extract()954 if (header.isTypeUnit()) in extract()989 if (header.isTypeUnit()) in extract()
206 bool IsTypeUnit() const { return m_header.isTypeUnit(); } in IsTypeUnit()