Searched refs:thunkSym (Results 1 – 5 of 5) sorted by relevance
126 if (!file->thunkSym) in getSymbols()132 if (auto *thunkSym = dyn_cast<Defined>(file->thunkSym)) in getSymbols() local133 syms.push_back(thunkSym); in getSymbols()172 else if (auto *thunkSym = dyn_cast<DefinedImportThunk>(sym)) in getSymbolStrings() local173 file = thunkSym->wrappedSym->file; in getSymbolStrings()
1027 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()
350 Symbol *thunkSym = nullptr; variable
1277 if (!file->thunkSym) in addImportFilesToPDB()1305 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in addImportFilesToPDB()
1010 thunkSym = symtab->addImportThunk( in parse()