Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h105 bool isTypeUnit() const { in isTypeUnit() function
305 bool isTypeUnit() const { return Header.isTypeUnit(); } in isTypeUnit() function
546 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()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp88 Context, Header.isTypeUnit() ? DW_SECT_EXT_TYPES : DW_SECT_INFO); in addUnitsImpl()
90 if (Header.isTypeUnit()) in addUnitsImpl()
101 if (Header.isTypeUnit()) in addUnitsImpl()
273 if (isTypeUnit()) { in extract()
315 if (isTypeUnit() && TypeOffset < Size) { in extract()
325 if (isTypeUnit() && in extract()
H A DDWARFVerifier.cpp676 if (U->isDWOUnit() && !U->isTypeUnit()) in verifyDebugInfoAttribute()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1081 if (!Unit->isTypeUnit() || Unit->getVersion() >= 5) { in finalizeDebugSections()