/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | ArchiveYAML.h | 25 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 D | ObjCopy.h | 18 class Archive; variable
|
/openbsd/gnu/llvm/llvm/tools/dsymutil/ |
H A D | BinaryHolder.cpp | 24 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 D | MachOUniversalWriter.h | 29 class Archive; variable
|
H A D | MachOUniversal.h | 27 class Archive; variable
|
H A D | Archive.h | 37 class Archive; variable 161 friend Archive; variable
|
/openbsd/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 133 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 D | ObjectContainerBSDArchive.h | 26 enum class ArchiveType { Invalid, Archive, ThinArchive }; enumerator
|
H A D | ObjectContainerBSDArchive.cpp | 206 ObjectContainerBSDArchive::Archive::Archive(const lldb_private::ArchSpec &arch, in Archive() function in ObjectContainerBSDArchive::Archive
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.h | 314 std::unique_ptr<object::Archive> Archive; variable
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.h | 27 class Archive; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
H A D | ExecutionEngine.h | 57 class Archive; variable
|
/openbsd/gnu/llvm/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 177 std::unique_ptr<object::Archive> Archive = std::move(ArchiveOrError.get()); in loadArFile() local
|
/openbsd/gnu/llvm/lldb/examples/python/ |
H A D | bsd.py | 108 class Archive(object): class
|
/openbsd/gnu/llvm/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 1151 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 D | Archive.cpp | 700 Archive::Archive(MemoryBufferRef Source, Error &Err) in Archive() function in Archive
|
/openbsd/gnu/llvm/clang/lib/Driver/ |
H A D | OffloadBundler.cpp | 1143 auto Archive = std::move(*LibOrErr); in UnbundleArchive() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 146 Twine Archive = Twine()) { in warn()
|