Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DSymbolTable.cpp289 size_t impSize = 0; in handleMinGWAutomaticImport() local
293 impSize = sizeof(DefinedImportData); in handleMinGWAutomaticImport()
297 impSize = sizeof(DefinedRegular); in handleMinGWAutomaticImport()
304 sym->replaceKeepingName(imp, impSize); in handleMinGWAutomaticImport()
319 refptr->replaceKeepingName(imp, impSize); in handleMinGWAutomaticImport()