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

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1312 Chunk *thunkChunk = thunk->getChunk(); local
1313 OutputSection *thunkOS = thunkChunk->getOutputSection();
1330 ts.Length = thunkChunk->getSize();
1332 ts.Offset = thunkChunk->getRVA() - thunkOS->getRVA();
H A DWriter.cpp458 Chunk *thunkChunk = thunk->getChunk(); local
459 thunkChunk->setRVA(
461 os->chunks.insert(os->chunks.begin() + thunkInsertionSpot, thunkChunk);
463 thunksSize += thunkChunk->getSize();
464 thunkInsertionRVA += thunkChunk->getSize();

Completed in 109 milliseconds