Searched refs:IsLinkable (Results 1 – 3 of 3) sorted by relevance
62 bool IsLinkable() const;
148 bool Target::IsLinkable() const { in IsLinkable() function in Target
435 } else if (can_link_libs && dep->IsLinkable()) { in ClassifyDependency()