Searched refs:alignedSize (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | PDB.cpp | 135 size_t alignedSize, uint32_t &nextRelocIndex, 534 size_t alignedSize = recordBytes.size(); in fixRecordAlignment() local 535 if (oldSize == alignedSize) in fixRecordAlignment() 538 alignedSize - 2; in fixRecordAlignment() 539 memset(recordBytes.data() + oldSize, 0, alignedSize - oldSize); in fixRecordAlignment() 556 CVSymbol sym, size_t alignedSize, in writeSymbolRecord() argument 560 storage.resize(storage.size() + alignedSize); in writeSymbolRecord() 605 uint32_t alignedSize = in analyzeSymbolSubsection() local 612 writeSymbolRecord(debugChunk, sectionContents, sym, alignedSize, in analyzeSymbolSubsection() 625 moduleSymOffset += alignedSize; in analyzeSymbolSubsection() [all …]
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | type.cpp | 163 auto alignedSize{align > 0 ? ((size + align - 1) / align) * align : size}; in MeasureSizeInBytes() local 165 static_cast<ConstantSubscript>(alignedSize)}; in MeasureSizeInBytes()
|