/llvm-project/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
|
/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | ObjCopy.h | 18 class Archive; variable
|
/llvm-project/bolt/lib/RuntimeLibs/ |
H A D | RuntimeLibrary.cpp | 58 object::Archive Archive(B.get()->getMemBufferRef(), Err); loadLibrary() local
|
/llvm-project/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 [all...] |
/llvm-project/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) { getObjectEntry() local
|
/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
H A D | ObjectContainerBSDArchive.h | 26 enum class ArchiveType { Invalid, Archive, ThinArchive }; enumerator
|
H A D | ObjectContainerBSDArchive.cpp | 68 ObjectContainerBSDArchive::Archive::Archive(const lldb_private::ArchSpec &arch, in Archive() function in ObjectContainerBSDArchive::Archive [all...] |
/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 148 object::Archive Archive(B->getMemBufferRef(), Err); doList() local 239 object::Archive Archive(MB, Err); appendFile() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.cpp | 322 Create(ObjectLayer & L,std::unique_ptr<MemoryBuffer> ArchiveBuffer,std::unique_ptr<object::Archive> Archive,GetObjectFileInterface GetObjFileInterface) Create() argument 369 auto Archive = object::Archive::create(SliceRef); Create() local 474 StaticLibraryDefinitionGenerator(ObjectLayer & L,std::unique_ptr<MemoryBuffer> ArchiveBuffer,std::unique_ptr<object::Archive> Archive,GetObjectFileInterface GetObjFileInterface,Error & Err) StaticLibraryDefinitionGenerator() argument [all...] |
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.h | 329 std::unique_ptr<object::Archive> Archive; global() variable
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.h | 25 class Archive; variable
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPUtility.cpp | 146 llvm::object::Archive &Archive = *ArchiveOrErr.get(); processInput() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | ExecutionEngine.h | 57 class Archive; variable
|
/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 189 std::unique_ptr<object::Archive> Archive = std::move(ArchiveOrError.get()); in loadArFile() local
|
/llvm-project/lldb/examples/python/ |
H A D | bsd.py | 114 class Archive(object): class
|
/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 1160 std::unique_ptr<object::Archive> Archive = std::move(ArchiveOrError.get()); in performOperation() local 1502 for (StringRef Archive : Archives) { in ranlib_main() local
|
/llvm-project/clang/lib/Driver/ |
H A D | OffloadBundler.cpp | 1576 auto Archive = std::move(*LibOrErr); CheckHeterogeneousArchive() local 1671 auto Archive = std::move(*LibOrErr); UnbundleArchive() local [all...] |
/llvm-project/llvm/lib/Object/ |
H A D | Archive.cpp | 709 Archive::Archive(MemoryBufferRef Source, Error &Err) Archive() function in Archive [all...] |
/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 142 warn(Error Err,Twine FileName,Twine Context=Twine (),Twine Archive=Twine ()) warn() argument [all...] |