Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h97 bool isTypeUnit() const { in isTypeUnit() function
287 bool isTypeUnit() const { return Header.isTypeUnit(); } in isTypeUnit() function
H A DDWARFCompileUnit.h34 static bool classof(const DWARFUnit *U) { return !U->isTypeUnit(); } in classof()
H A DDWARFTypeUnit.h42 static bool classof(const DWARFUnit *U) { return U->isTypeUnit(); } in classof()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp86 if (Header.isTypeUnit()) in addUnitsImpl()
275 if (isTypeUnit()) { in extract()
288 !isTypeUnit() in extract()