Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h101 bool isTypeUnit() const { in isTypeUnit() function
295 bool isTypeUnit() const { return Header.isTypeUnit(); } in isTypeUnit() function
521 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()
/netbsd-src/external/apache2/llvm/dist/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()
272 !isTypeUnit() in extract()