Home
last modified time | relevance | path

Searched refs:isTypeUnit (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp202 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()
H A DDIEAttributeCloner.h107 (OutUnit.isTypeUnit() && in DIEAttributeCloner()
H A DDWARFLinkerCompileUnit.h590 bool isTypeUnit();
H A DDWARFLinkerCompileUnit.cpp1820 bool CompileUnit::OutputUnitVariantPtr::isTypeUnit() { in isTypeUnit() function in CompileUnit::OutputUnitVariantPtr
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h109 bool isTypeUnit() const { in isTypeUnit() function
336 bool isTypeUnit() const { return Header.isTypeUnit(); } in isTypeUnit() function
596 return !U->isTypeUnit(); in isCompileUnit()
H A DDWARFCompileUnit.h38 static bool classof(const DWARFUnit *U) { return !U->isTypeUnit(); } in classof()
H A DDWARFTypeUnit.h40 static bool classof(const DWARFUnit *U) { return U->isTypeUnit(); } in classof()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp91 Context, Header.isTypeUnit() ? DW_SECT_EXT_TYPES : DW_SECT_INFO); in addUnitsImpl()
93 if (Header.isTypeUnit()) in addUnitsImpl()
104 if (Header.isTypeUnit()) in addUnitsImpl()
276 if (isTypeUnit()) { in extract()
311 if (isTypeUnit() && TypeOffset < Size) in extract()
319 if (isTypeUnit() && TypeOffset >= getUnitLengthFieldByteSize() + getLength()) in extract()
H A DDWARFVerifier.cpp690 if (U->isDWOUnit() && !U->isTypeUnit()) in verifyDebugInfoAttribute()