Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h104 bool isTypeUnit() const { in isTypeUnit() function
329 bool isTypeUnit() const { return Header.isTypeUnit(); } in isTypeUnit() function
579 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()
/openbsd-src/gnu/llvm/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.cpp675 if (U->isDWOUnit() && !U->isTypeUnit()) in verifyDebugInfoAttribute()