reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lld/COFF/Chunks.h
   61   size_t getSize() const;

References

tools/lld/COFF/DLL.h
   75     return chunks.back()->getRVA() + chunks.back()->getSize() - getRVA();
tools/lld/COFF/PDB.cpp
  955   sc.Size = c ? c->getSize() : -1;
 1469   cgs.Size = lastChunk->getRVA() + lastChunk->getSize() - firstChunk->getRVA();
 1564     ts.Length = thunkChunk->getSize();
tools/lld/COFF/Writer.cpp
  107       fillEntry(d, COFF::IMAGE_DEBUG_TYPE_CODEVIEW, record->getSize(),
  451         thunksSize += thunkChunk->getSize();
  452         thunkInsertionRVA += thunkChunk->getSize();
  755       importTableSize += c->getSize();
  762       iatSize += c->getSize();
 1243       virtualSize += c->getSize();
 1380         edataEnd->getRVA() + edataEnd->getSize() - edataStart->getRVA();
 1397         lastPdata->getRVA() + lastPdata->getSize() - firstPdata->getRVA();
 1822   uint8_t *end = bufAddr(lastPdata) + lastPdata->getSize();