Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp133 if (file->auxImpCopySym) in getSymbols()
134 syms.push_back(file->auxImpCopySym); in getSymbols()
H A DInputFiles.h378 DefinedImportData *auxImpCopySym = nullptr; variable
H A DDLL.cpp843 s->file->auxImpCopySym->setLocation(chunk); in create()
993 s->file->auxImpCopySym->setLocation(chunk); in create()
H A DInputFiles.cpp1311 auxImpCopySym = symtab.addImportData(auxImpCopyName, this, auxCopyLocation); in parse()
1312 if (!auxImpCopySym) in parse()