Searched refs:ArchiveLibraryFile (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DArchiveLibraryFile.h1 //===- Core/ArchiveLibraryFile.h - Models static library ------------------===//
18 /// The ArchiveLibraryFile subclass of File is used to represent unix
21 /// ArchiveLibraryFile instances for specific symbols names using the
26 class ArchiveLibraryFile : public File { class in namespace:lld
40 /// only subclasses of ArchiveLibraryFile can be instantiated
41 ArchiveLibraryFile(StringRef path) : File(path, kindArchiveLibrary) {} function in class:lld::ArchiveLibraryFile
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/
H A DFileArchive.cpp10 #include "lld/Core/ArchiveLibraryFile.h"
41 class FileArchive : public lld::ArchiveLibraryFile {
45 : ArchiveLibraryFile(path), _mb(std::shared_ptr<MemoryBuffer>(mb.release())),
/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
H A DResolver.cpp11 #include "lld/Core/ArchiveLibraryFile.h"
75 ArchiveLibraryFile *archiveFile = cast<ArchiveLibraryFile>(&file);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp10 #include "lld/Core/ArchiveLibraryFile.h"
572 class NormArchiveFile : public lld::ArchiveLibraryFile {
574 NormArchiveFile(IO &io) : ArchiveLibraryFile("") {}
577 : ArchiveLibraryFile(file->path()), _path(file->path()) {
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp18 #include "lld/Core/ArchiveLibraryFile.h"
1003 return isa<SharedLibraryFile>(file) || isa<ArchiveLibraryFile>(file);
/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp18 #include "lld/Core/ArchiveLibraryFile.h"
105 if (auto *archive = dyn_cast<ArchiveLibraryFile>(file.get())) {

Completed in 77 milliseconds