Searched refs:isCompileUnit (Results 1 – 8 of 8) sorted by relevance
124 bool isCompileUnit(const std::unique_ptr<DWARFUnit> &U);141 decltype(make_filter_range(std::declval<iterator_range>(), isCompileUnit));595 inline bool isCompileUnit(const std::unique_ptr<DWARFUnit> &U) { in isCompileUnit() function
189 return make_filter_range(info_section_units(), isCompileUnit); in compile_units()221 return make_filter_range(dwo_info_section_units(), isCompileUnit); in dwo_compile_units()
421 if (CurrentElement->isCompileUnit()) in processOneAttribute()446 if (CurrentElement->isCompileUnit()) in processOneAttribute()485 if (!CurrentElement->isCompileUnit()) in processOneAttribute()555 if (options().getAttributeAnySource() && CurrentElement->isCompileUnit()) in processOneDie()
248 assert(Scope && Scope->isCompileUnit() && "Scope is not a compile unit"); in setCompileUnit()
217 virtual bool isCompileUnit() const { return false; } in isCompileUnit() function
199 bool isCompileUnit() const override { return getIsCompileUnit(); } in isCompileUnit() function
235 if (isRoot() || isCompileUnit()) in resolveParents()
1810 if (isCompileUnit()) in operator ->()1816 bool CompileUnit::OutputUnitVariantPtr::isCompileUnit() { in isCompileUnit() function in CompileUnit::OutputUnitVariantPtr