Home
last modified time | relevance | path

Searched refs:ArchiveFile (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.h21 class ArchiveFile; variable
55 Symbol *addLazyArchive(StringRef name, ArchiveFile *file,
H A DSymbols.h312 LazyArchive(ArchiveFile *file, const llvm::object::Archive::Symbol &sym) in LazyArchive()
315 ArchiveFile *getFile() const { return cast<ArchiveFile>(file); } in getFile()
H A DInputFiles.h287 class ArchiveFile final : public InputFile {
289 explicit ArchiveFile(std::unique_ptr<llvm::object::Archive> &&file,
H A DInputFiles.cpp2176 ArchiveFile::ArchiveFile(std::unique_ptr<object::Archive> &&f, bool forceHidden) in ArchiveFile() function in ArchiveFile
2180 void ArchiveFile::addLazySymbols() { in addLazySymbols()
2256 Error ArchiveFile::fetch(const object::Archive::Child &c, StringRef reason) { in fetch()
2268 void ArchiveFile::fetch(const object::Archive::Symbol &sym) { in fetch()
2287 ArchiveFile::childToObjectFile(const llvm::object::Archive::Child &c, in childToObjectFile()
H A DDriver.cpp265 ArchiveFile *file;
271 static void saveThinArchiveToRepro(ArchiveFile const *file) { in saveThinArchiveToRepro()
307 ArchiveFile *file; in addFile()
313 file = make<ArchiveFile>(std::move(archive), isForceHidden); in addFile()
H A DSymbolTable.cpp298 Symbol *SymbolTable::addLazyArchive(StringRef name, ArchiveFile *file, in addLazyArchive()
/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbols.h32 class ArchiveFile; variable
303 LazyArchive(ArchiveFile *f, const Archive::Symbol s) in LazyArchive()
310 ArchiveFile *file;
H A DInputFiles.h119 class ArchiveFile : public InputFile {
121 explicit ArchiveFile(COFFLinkerContext &ctx, MemoryBufferRef m);
H A DSymbolTable.h121 void addLazyArchive(ArchiveFile *f, const Archive::Symbol &sym);
H A DInputFiles.cpp144 ArchiveFile::ArchiveFile(COFFLinkerContext &ctx, MemoryBufferRef m) in ArchiveFile() function in ArchiveFile
147 void ArchiveFile::parse() { in parse()
230 void ArchiveFile::addMember(const Archive::Symbol &sym) { in addMember()
H A DSymbolTable.cpp742 void SymbolTable::addLazyArchive(ArchiveFile *f, const Archive::Symbol &sym) { in addLazyArchive()
H A DDriver.cpp286 addFile(make<ArchiveFile>(ctx, mbref)); in addBuffer()