Lines Matching defs:needed
313 /// Getter of the elf-needed option.
315 /// @return true iff elf needed information shall be emitted
320 /// Setter of the elf-needed option.
2165 /// Set the 'elf-needed' flag.
2172 /// @param flag the new value of the 'elf-needed' flag.
2449 // Emit declaration-only classes that are needed. Some of
3174 /// @param needed the vector of dependency names to write.
3182 write_elf_needed(const vector<string>& needed,
3186 if (needed.empty())
3191 for (vector<string>::const_iterator i = needed.begin();
3192 i != needed.end();
4536 // Write the list of needed corpora.
4541 out << "<elf-needed>\n";
4545 out << "</elf-needed>\n";