Searched refs:thunkChunk (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1637 Chunk *thunkChunk = thunk->getChunk(); local
1638 OutputSection *thunkOS = thunkChunk->getOutputSection();
1655 ts.Length = thunkChunk->getSize();
1657 ts.Offset = thunkChunk->getRVA() - thunkOS->getRVA();
H A DWriter.cpp447 Chunk *thunkChunk = thunk->getChunk(); local
448 thunkChunk->setRVA(
450 os->chunks.insert(os->chunks.begin() + thunkInsertionSpot, thunkChunk);
452 thunksSize += thunkChunk->getSize();
453 thunkInsertionRVA += thunkChunk->getSize();

Completed in 59 milliseconds