Searched refs:thunkSym (Results 1 – 5 of 5) sorted by relevance
123 if (!file->thunkSym) in getSymbols()129 if (auto *thunkSym = dyn_cast<Defined>(file->thunkSym)) in getSymbols() local130 syms.push_back(thunkSym); in getSymbols()169 else if (auto *thunkSym = dyn_cast<DefinedImportThunk>(sym)) in getSymbolStrings() local170 file = thunkSym->wrappedSym->file; in getSymbolStrings()
1029 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()
342 Symbol *thunkSym = nullptr; variable
1496 if (!file->thunkSym) in addImportFilesToPDB()1524 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in addImportFilesToPDB()
978 thunkSym = ctx.symtab.addImportThunk( in parse()