Home
last modified time | relevance | path

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

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