Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp515 uint32_t &thunkSymbolIndex = insertion.first->second; in createThunks() local
517 thunkSymbolIndex = file->addRangeThunkSymbol(thunk); in createThunks()
518 relocReplacements.emplace_back(j, thunkSymbolIndex); in createThunks()