Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DWriter.cpp481 uint32_t &thunkSymbolIndex = insertion.first->second; in createThunks() local
483 thunkSymbolIndex = file->addRangeThunkSymbol(thunk); in createThunks()
484 relocReplacements.push_back({j, thunkSymbolIndex}); in createThunks()