Home
last modified time | relevance | path

Searched defs:Archive (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DArchiveYAML.h24 struct Archive { struct
25 struct Child {
59 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ArchYAML::Archive::Child) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.h21 class Archive; variable
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dcref.h32 class Archive; variable
H A Dmapfile.h32 class Archive; variable
H A Dcref.cc151 Cref_inputs::add_archive_stop(Archive*) in add_archive_stop() argument
H A Dreadsyms.h38 class Archive; variable
H A Dplugin.h39 class Archive; variable
H A Darchive.cc191 Archive::Archive(const std::string& name, Input_file* input_file, in Archive() function in gold::Archive
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dcref.h32 class Archive; variable
H A Dmapfile.h32 class Archive; variable
H A Dcref.cc151 Cref_inputs::add_archive_stop(Archive*) in add_archive_stop() argument
H A Dreadsyms.h38 class Archive; variable
H A Dplugin.h39 class Archive; variable
H A Darchive.cc191 Archive::Archive(const std::string& name, Input_file* input_file, in Archive() function in gold::Archive
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DArchive.h35 class Archive; variable
88 friend Archive; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DBinaryHolder.cpp24 StringRef Archive = Filename.substr(0, Filename.rfind('(')); in getArchiveAndObjectName() local
186 for (const auto &Archive : Archives) { in getObjectEntry() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp130 object::Archive Archive(B.get()->getMemBufferRef(), Err); in doList() local
200 object::Archive Archive(MB, Err); in appendFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h295 std::unique_ptr<object::Archive> Archive; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h58 class Archive; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp155 object::Archive Archive(*Buffer, Err); in loadArFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchive.cpp539 Archive::Archive(MemoryBufferRef Source, Error &Err) in Archive() function in Archive
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1007 object::Archive Archive(Buf.get()->getMemBufferRef(), Err); in performOperation() local