Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp1441 const Chunk *firstChunk = *sec->chunks.begin(); in addLinkerModuleCoffGroup() local
1448 cgs.Offset = firstChunk->getRVA() - os.getRVA(); in addLinkerModuleCoffGroup()
1449 cgs.Size = lastChunk->getRVA() + lastChunk->getSize() - firstChunk->getRVA(); in addLinkerModuleCoffGroup()