reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
359 size_t inputSize = getSize();
tools/lld/COFF/Chunks.h 354 return static_cast<const SectionChunk *>(this)->getSize();
tools/lld/COFF/InputFiles.cpp530 if (leaderChunk->getSize() != getSection(sym)->SizeOfRawData) 552 if (leaderChunk->getSize() < getSection(sym)->SizeOfRawData) {tools/lld/COFF/MapFile.cpp
117 writeHeader(os, sc->getRVA(), sc->getSize(), sc->getAlignment());
tools/lld/COFF/PDB.cpp942 uint8_t *buffer = alloc.Allocate<uint8_t>(debugChunk.getSize()); 946 return makeArrayRef(buffer, debugChunk.getSize()); 1191 if (!debugChunk->live || debugChunk->getSize() == 0)tools/lld/COFF/SymbolTable.cpp
293 if (refptr && refptr->getChunk()->getSize() == config->wordsize) {
tools/lld/COFF/Writer.cpp416 size_t thunkInsertionRVA = sc->getRVA() + sc->getSize() + thunksSize; 1420 if (!sc->hasData || offsetInChunk + 4 > sc->getSize()) 1426 if (offsetInChunk + loadConfigSize > sc->getSize())