Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
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()
DWriter.cpp1027 if (!file->thunkSym) in createImportTables()
1045 if (!file->thunkSym) in appendImportThunks()
1048 if (!isa<DefinedImportThunk>(file->thunkSym)) in appendImportThunks()
1049 fatal(toString(*file->thunkSym) + " was replaced"); in appendImportThunks()
1050 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in appendImportThunks()
DInputFiles.h350 Symbol *thunkSym = nullptr; variable
DPDB.cpp1277 if (!file->thunkSym) in addImportFilesToPDB()
1305 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in addImportFilesToPDB()
DInputFiles.cpp1010 thunkSym = symtab->addImportThunk( in parse()