Searched refs:Archives (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dcref.cc88 typedef std::map<std::string, Archive_info> Archives; typedef in class:gold::Cref_inputs
119 Archives archives_;
204 for (Archives::const_iterator p = this->archives_.begin();
295 for (Archives::const_iterator p = this->archives_.begin();
H A Dreadsyms.h319 typedef std::vector<Archive*> Archives; typedef in class:gold::Input_group
320 typedef Archives::const_iterator const_iterator;
344 Archives archives_;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dcref.cc88 typedef std::map<std::string, Archive_info> Archives; typedef in class:gold::Cref_inputs
119 Archives archives_;
204 for (Archives::const_iterator p = this->archives_.begin();
295 for (Archives::const_iterator p = this->archives_.begin();
H A Dreadsyms.h319 typedef std::vector<Archive*> Archives; typedef in class:gold::Input_group
320 typedef Archives::const_iterator const_iterator;
344 Archives archives_;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dcref.cc88 typedef std::map<std::string, Archive_info> Archives; typedef in class:gold::Cref_inputs
119 Archives archives_;
204 for (Archives::const_iterator p = this->archives_.begin();
295 for (Archives::const_iterator p = this->archives_.begin();
H A Dreadsyms.h319 typedef std::vector<Archive*> Archives; typedef in class:gold::Input_group
320 typedef Archives::const_iterator const_iterator;
344 Archives archives_;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DBinaryHolder.cpp78 Archives.reserve(ArchiveBuffers.size());
83 Archives.push_back(std::move(*ErrOrArchive));
186 for (const auto &Archive : Archives) {
H A DBinaryHolder.h120 std::vector<std::unique_ptr<object::Archive>> Archives; member in class:llvm::dsymutil::BinaryHolder::ArchiveEntry
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp101 Archives.clear();
137 Archives.push_back(std::move(A));
347 for (object::OwningBinary<object::Archive> &OB : Archives) {
H A DMCJIT.h187 SmallVector<object::OwningBinary<object::Archive>, 2> Archives; member in class:llvm::MCJIT
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp233 static std::vector<std::unique_ptr<object::Archive>> Archives; variable
281 Archives.push_back(std::move(*LibOrErr));
282 return *Archives.back();

Completed in 366 milliseconds