Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DObjCopy.h18 class Archive; variable
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp148 object::Archive Archive(B->getMemBufferRef(), Err); in doList() local
239 object::Archive Archive(MB, Err); in appendFile() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp323 std::unique_ptr<object::Archive> Archive, in Create()
370 auto Archive = object::Archive::create(SliceRef); in Create() local
486 std::unique_ptr<object::Archive> Archive, in StaticLibraryDefinitionGenerator()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h26 enum class ArchiveType { Invalid, Archive, ThinArchive }; enumerator
[all...]
H A DObjectContainerBSDArchive.cpp206 ObjectContainerBSDArchive::Archive::Archive(const lldb_private::ArchSpec &arch, Archive() function in ObjectContainerBSDArchive::Archive
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h329 std::unique_ptr<object::Archive> Archive; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.h25 class Archive; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp146 llvm::object::Archive &Archive = *ArchiveOrErr.get(); in processInput() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h57 class Archive; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp189 std::unique_ptr<object::Archive> Archive = std::move(ArchiveOrError.get()); in loadArFile() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1160 std::unique_ptr<object::Archive> Archive = std::move(ArchiveOrError.get()); in performOperation() local
1502 for (StringRef Archive : Archives) { in ranlib_main() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1576 auto Archive = std::move(*LibOrErr); in CheckHeterogeneousArchive() local
1671 auto Archive = std::move(*LibOrErr); in UnbundleArchive() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp709 Archive::Archive(MemoryBufferRef Source, Error &Err) in Archive() function in Archive
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp142 Twine Archive = Twine()) { in warn()