Searched refs:ImportFile (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.h | 349 class ImportFile : public InputFile { 351 explicit ImportFile(COFFLinkerContext &ctx, MemoryBufferRef m); 356 bool isSameImport(const ImportFile *other) const; 362 ImportFile *hybridFile = nullptr;
|
| H A D | InputFiles.cpp | 1213 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 D | MarkLive.cpp | 46 auto addImportFile = [&](ImportFile *file) { in markLive()
|
| H A D | COFFLinkerContext.h | 63 std::vector<ImportFile *> importFileInstances;
|
| H A D | Symbols.h | 376 DefinedImportData(StringRef n, ImportFile *file, Chunk *&location) in DefinedImportData() 391 ImportFile *file;
|
| H A D | DLL.cpp | 154 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 D | SymbolTable.h | 135 DefinedImportData *addImportData(StringRef n, ImportFile *f,
|
| H A D | Chunks.h | 629 explicit ImportThunkChunkARM64EC(ImportFile *file); 641 ImportFile *file;
|
| H A D | MapFile.cpp | 119 for (ImportFile *file : ctx.importFileInstances) { in getSymbols()
|
| H A D | SymbolTable.cpp | 638 for (ImportFile *file : ctx.importFileInstances) { in initializeECThunks() 925 DefinedImportData *SymbolTable::addImportData(StringRef n, ImportFile *f, in addImportData()
|
| H A D | Chunks.cpp | 1132 ImportThunkChunkARM64EC::ImportThunkChunkARM64EC(ImportFile *file) in ImportThunkChunkARM64EC()
|
| H A D | Driver.cpp | 218 } else if (auto *f = dyn_cast<ImportFile>(file)) { in addFile() 368 InputFile *imp = make<ImportFile>(ctx, mb); in addArchiveBuffer()
|
| H A D | Writer.cpp | 1279 for (ImportFile *file : ctx.importFileInstances) { in createImportTables() 1306 for (ImportFile *file : ctx.importFileInstances) { in appendImportThunks()
|
| H A D | PDB.cpp | 1531 for (ImportFile *file : ctx.importFileInstances) { in addImportFilesToPDB()
|