Home
last modified time | relevance | path

Searched defs:thunkSym (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lld/COFF/
H A DMapFile.cpp131 if (auto *thunkSym = dyn_cast<Defined>(file->thunkSym)) getSymbols() local
171 else if (auto *thunkSym = dyn_cast<DefinedImportThunk>(sym)) getSymbolStrings() local
H A DInputFiles.h347 Symbol *thunkSym = nullptr; global() variable