Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp469 size_t thunkInsertionSpot = i + 1; in createThunks() local
504 os->chunks.insert(os->chunks.begin() + thunkInsertionSpot, thunkChunk); in createThunks()
505 thunkInsertionSpot++; in createThunks()