Home
last modified time | relevance | path

Searched refs:ImportFile (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h349 class ImportFile : public InputFile {
351 explicit ImportFile(COFFLinkerContext &ctx, MemoryBufferRef m);
356 bool isSameImport(const ImportFile *other) const;
362 ImportFile *hybridFile = nullptr;
H A DInputFiles.cpp1213 ImportFile::ImportFile(COFFLinkerContext &ctx, MemoryBufferRef m) in ImportFile() function in ImportFile
1217 MachineTypes ImportFile::getMachineType(MemoryBufferRef m) { in getMachineType()
1223 bool ImportFile::isSameImport(const ImportFile *other) const { in isSameImport()
1229 ImportThunkChunk *ImportFile::makeImportThunk() { in makeImportThunk()
1243 void ImportFile::parse() { in parse()
1577 ImportFile *impFile = make<ImportFile>(symtab.ctx, mbref); in makeImport()
H A DMarkLive.cpp46 auto addImportFile = [&](ImportFile *file) { in markLive()
H A DCOFFLinkerContext.h63 std::vector<ImportFile *> importFileInstances;
H A DSymbols.h376 DefinedImportData(StringRef n, ImportFile *file, Chunk *&location) in DefinedImportData()
391 ImportFile *file;
H A DDLL.cpp154 explicit AuxImportChunk(ImportFile *file) : file(file) { in AuxImportChunk()
173 ImportFile *file;
730 ImportFile *prev = nullptr; in create()
732 ImportFile *file = sym->file; in create()
H A DSymbolTable.h135 DefinedImportData *addImportData(StringRef n, ImportFile *f,
H A DChunks.h629 explicit ImportThunkChunkARM64EC(ImportFile *file);
641 ImportFile *file;
H A DMapFile.cpp119 for (ImportFile *file : ctx.importFileInstances) { in getSymbols()
H A DSymbolTable.cpp638 for (ImportFile *file : ctx.importFileInstances) { in initializeECThunks()
925 DefinedImportData *SymbolTable::addImportData(StringRef n, ImportFile *f, in addImportData()
H A DChunks.cpp1132 ImportThunkChunkARM64EC::ImportThunkChunkARM64EC(ImportFile *file) in ImportThunkChunkARM64EC()
H A DDriver.cpp218 } else if (auto *f = dyn_cast<ImportFile>(file)) { in addFile()
368 InputFile *imp = make<ImportFile>(ctx, mb); in addArchiveBuffer()
H A DWriter.cpp1279 for (ImportFile *file : ctx.importFileInstances) { in createImportTables()
1306 for (ImportFile *file : ctx.importFileInstances) { in appendImportThunks()
H A DPDB.cpp1531 for (ImportFile *file : ctx.importFileInstances) { in addImportFilesToPDB()