Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/COFF/
H A DWriter.cpp442 size_t thunkInsertionSpot = i + 1; in createThunks() local
477 os->chunks.insert(os->chunks.begin() + thunkInsertionSpot, thunkChunk); in createThunks()
478 thunkInsertionSpot++; in createThunks()