Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DArchiveYAML.h25 struct Archive { struct
26 struct Child {
60 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ArchYAML::Archive::Child) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument
/openbsd/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DObjCopy.h18 class Archive; variable
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DBinaryHolder.cpp24 StringRef Archive = Filename.substr(0, Filename.rfind('(')); in getArchiveAndObjectName() local
183 for (const auto &Archive : Archives) { in getObjectEntry() local
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h29 class Archive; variable
H A DMachOUniversal.h27 class Archive; variable
H A DArchive.h37 class Archive; variable
161 friend Archive; variable
/openbsd/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp133 object::Archive Archive(B.get()->getMemBufferRef(), Err); in doList() local
203 object::Archive Archive(MB, Err); in appendFile() local
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h26 enum class ArchiveType { Invalid, Archive, ThinArchive }; enumerator
H A DObjectContainerBSDArchive.cpp206 ObjectContainerBSDArchive::Archive::Archive(const lldb_private::ArchSpec &arch, in Archive() function in ObjectContainerBSDArchive::Archive
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h314 std::unique_ptr<object::Archive> Archive; variable
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.h27 class Archive; variable
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h57 class Archive; variable
/openbsd/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp177 std::unique_ptr<object::Archive> Archive = std::move(ArchiveOrError.get()); in loadArFile() local
/openbsd/gnu/llvm/lldb/examples/python/
H A Dbsd.py108 class Archive(object): class
/openbsd/gnu/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1151 std::unique_ptr<object::Archive> Archive = std::move(ArchiveOrError.get()); in performOperation() local
1450 for (StringRef Archive : Archives) { in ranlib_main() local
/openbsd/gnu/llvm/llvm/lib/Object/
H A DArchive.cpp700 Archive::Archive(MemoryBufferRef Source, Error &Err) in Archive() function in Archive
/openbsd/gnu/llvm/clang/lib/Driver/
H A DOffloadBundler.cpp1143 auto Archive = std::move(*LibOrErr); in UnbundleArchive() local
/openbsd/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp146 Twine Archive = Twine()) { in warn()