Home
last modified time | relevance | path

Searched refs:addImportData (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1292 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 DSymbolTable.h135 DefinedImportData *addImportData(StringRef n, ImportFile *f,
H A DSymbolTable.cpp925 DefinedImportData *SymbolTable::addImportData(StringRef n, ImportFile *f, in addImportData() function in lld::coff::SymbolTable