Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DPDB.cpp1440 const Chunk *firstChunk = *sec->chunks.begin(); in addLinkerModuleCoffGroup() local
1447 cgs.Offset = firstChunk->getRVA() - os.getRVA(); in addLinkerModuleCoffGroup()
1448 cgs.Size = lastChunk->getRVA() + lastChunk->getSize() - firstChunk->getRVA(); in addLinkerModuleCoffGroup()