Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DMapFile.cpp132 if (auto *thunkSym = dyn_cast<Defined>(file->thunkSym)) in getSymbols() local
172 else if (auto *thunkSym = dyn_cast<DefinedImportThunk>(sym)) in getSymbolStrings() local
DInputFiles.h350 Symbol *thunkSym = nullptr; variable