Home
last modified time | relevance | path

Searched refs:thunkSymbolIndex (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp474 uint32_t &thunkSymbolIndex = insertion.first->second; in createThunks() local
476 thunkSymbolIndex = file->addRangeThunkSymbol(thunk); in createThunks()
477 relocReplacements.push_back({j, thunkSymbolIndex}); in createThunks()