Home
last modified time | relevance | path

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

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