Searched refs:thunkSym (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp126 if (!file->thunkSym)
132 if (auto *thunkSym = dyn_cast<Defined>(file->thunkSym))
133 syms.push_back(thunkSym);
172 else if (auto *thunkSym = dyn_cast<DefinedImportThunk>(sym))
173 file = thunkSym->wrappedSym->file;
H A DInputFiles.h342 Symbol *thunkSym = nullptr; member in class:lld::coff::ImportFile
H A DWriter.cpp1002 if (!file->thunkSym)
1020 if (!file->thunkSym)
1023 if (!isa<DefinedImportThunk>(file->thunkSym))
1024 fatal(toString(*file->thunkSym) + " was replaced");
1025 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym);
H A DPDB.cpp1283 if (!file->thunkSym)
1311 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym);
H A DInputFiles.cpp972 thunkSym = symtab->addImportThunk(

Completed in 173 milliseconds