Searched refs:IsFinal (Results 1 – 8 of 8) sorted by relevance
150 if (!dep->IsFinal() || dep->output_type() == Target::STATIC_LIBRARY) { in ComputeLibInfo()182 if (!dep->IsFinal() || dep->output_type() == Target::STATIC_LIBRARY) { in ComputeFrameworkInfo()292 } else if (!dep->IsFinal()) { in ComputeInheritedLibsFor()314 if (pair.target()->IsFinal()) in ComputeInheritedLibsFor()
551 bool Target::IsFinal() const { in IsFinal() function in Target836 if (!dep->IsFinal()) { in PullDependentTargetLibsFrom()852 if (inherited->IsFinal()) { in PullDependentTargetLibsFrom()869 if (!dep->IsFinal() || dep->output_type() == STATIC_LIBRARY) { in PullDependentTargetLibsFrom()
157 bool can_link_libs = target_->IsFinal(); in ClassifyDependency()196 } else if (target_->complete_static_lib() && dep->IsFinal()) { in ClassifyDependency()
665 if (target_->IsFinal()) { in WriteLinkerStuff()676 if (target_->IsFinal()) { in WriteLinkerStuff()
94 bool IsFinal() const;
72 constexpr bool IsFinal() {89 return std::is_class<T>::value && std::is_empty<T>::value && !IsFinal<T>() &&
793 Init *Fold(Record *CurRec, bool IsFinal = false) const;1872 bool IsFinal = false; variable1892 bool isFinal() const { return IsFinal; } in isFinal()1894 void setFinal(bool Final) { IsFinal = Final; } in setFinal()
712 Init *UnOpInit::Fold(Record *CurRec, bool IsFinal) const { in Fold()726 if (!CurRec && !IsFinal) in Fold()734 if (!IsFinal) in Fold()740 if (IsFinal) in Fold()