Searched refs:thunkSym (Results 1 – 6 of 6) sorted by relevance
125 if (file->thunkSym && file->thunkSym->isLive()) in getSymbols()126 syms.push_back(file->thunkSym); in getSymbols()170 else if (auto *thunkSym = dyn_cast<DefinedImportThunk>(sym)) in getSymbolStrings() local171 file = thunkSym->wrappedSym->file; in getSymbolStrings()
360 Defined *thunkSym = nullptr; variable
1290 if (!file->thunkSym) in createImportTables()1310 if (file->thunkSym) { in appendImportThunks()1311 if (!isa<DefinedImportThunk>(file->thunkSym)) in appendImportThunks()1312 Fatal(ctx) << file->symtab.printSymbol(file->thunkSym) in appendImportThunks()1314 auto *chunk = cast<DefinedImportThunk>(file->thunkSym)->getChunk(); in appendImportThunks()
1535 if (!file->thunkSym) in addImportFilesToPDB()1538 if (!file->thunkSym->isLive()) in addImportFilesToPDB()1563 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in addImportFilesToPDB()
1328 thunkSym = symtab.addImportThunk(name, impSym, makeImportThunk()); in parse()1330 thunkSym = symtab.addImportThunk( in parse()
642 Symbol *sym = exitThunks.lookup(file->thunkSym); in initializeECThunks()