Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp126 if (!file->thunkSym) in getSymbols()
132 if (auto *thunkSym = dyn_cast<Defined>(file->thunkSym)) in getSymbols() local
133 syms.push_back(thunkSym); in getSymbols()
172 else if (auto *thunkSym = dyn_cast<DefinedImportThunk>(sym)) in getSymbolStrings() local
173 file = thunkSym->wrappedSym->file; in getSymbolStrings()
H A DWriter.cpp1028 if (!file->thunkSym) in createImportTables()
1046 if (!file->thunkSym) in appendImportThunks()
1049 if (!isa<DefinedImportThunk>(file->thunkSym)) in appendImportThunks()
1050 fatal(toString(*file->thunkSym) + " was replaced"); in appendImportThunks()
1051 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in appendImportThunks()
H A DInputFiles.h354 Symbol *thunkSym = nullptr; variable
H A DPDB.cpp1495 if (!file->thunkSym) in addImportFilesToPDB()
1523 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in addImportFilesToPDB()
H A DInputFiles.cpp1006 thunkSym = symtab->addImportThunk( in parse()