Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DWriter.cpp432 size_t thunkInsertionSpot = i + 1; in createThunks() local
470 os->chunks.insert(os->chunks.begin() + thunkInsertionSpot, thunkChunk); in createThunks()
471 thunkInsertionSpot++; in createThunks()