Searched refs:addImportData (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.cpp | 1292 impSym = symtab.addImportData(impName, this, location); in parse() 1301 impSym = symtab.addImportData(auxImpName, this, location); in parse() 1302 impECSym = symtab.addImportData(impName, this, auxLocation); in parse() 1304 impSym = symtab.addImportData(impName, this, location); in parse() 1305 impECSym = symtab.addImportData(auxImpName, this, auxLocation); in parse() 1311 auxImpCopySym = symtab.addImportData(auxImpCopyName, this, auxCopyLocation); in parse() 1321 static_cast<void>(symtab.addImportData(name, this, location)); in parse()
|
| H A D | SymbolTable.h | 135 DefinedImportData *addImportData(StringRef n, ImportFile *f,
|
| H A D | SymbolTable.cpp | 925 DefinedImportData *SymbolTable::addImportData(StringRef n, ImportFile *f, in addImportData() function in lld::coff::SymbolTable
|