Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DMapFile.cpp123 if (!file->thunkSym) in getSymbols()
129 if (auto *thunkSym = dyn_cast<Defined>(file->thunkSym)) in getSymbols() local
130 syms.push_back(thunkSym); in getSymbols()
169 else if (auto *thunkSym = dyn_cast<DefinedImportThunk>(sym)) in getSymbolStrings() local
170 file = thunkSym->wrappedSym->file; in getSymbolStrings()
H A DWriter.cpp1029 if (!file->thunkSym) in createImportTables()
1047 if (!file->thunkSym) in appendImportThunks()
1050 if (!isa<DefinedImportThunk>(file->thunkSym)) in appendImportThunks()
1051 fatal(toString(*file->thunkSym) + " was replaced"); in appendImportThunks()
1052 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in appendImportThunks()
H A DInputFiles.h342 Symbol *thunkSym = nullptr; variable
H A DPDB.cpp1496 if (!file->thunkSym) in addImportFilesToPDB()
1524 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in addImportFilesToPDB()
H A DInputFiles.cpp978 thunkSym = ctx.symtab.addImportThunk( in parse()