Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h101 bool isTypeUnit() const { in isTypeUnit() function
296 bool isTypeUnit() const { return Header.isTypeUnit(); } in isTypeUnit() function
530 return !U->isTypeUnit(); in isCompileUnit()
H A DDWARFCompileUnit.h33 static bool classof(const DWARFUnit *U) { return !U->isTypeUnit(); } in classof()
H A DDWARFTypeUnit.h41 static bool classof(const DWARFUnit *U) { return U->isTypeUnit(); } in classof()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp81 Context, Header.isTypeUnit() ? DW_SECT_EXT_TYPES : DW_SECT_INFO); in addUnitsImpl()
87 if (Header.isTypeUnit()) in addUnitsImpl()
255 if (isTypeUnit()) { in extract()
297 if (isTypeUnit() && TypeOffset < Size) { in extract()
307 if (isTypeUnit() && in extract()