Home
last modified time | relevance | path

Searched defs:alignedSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lld/COFF/
H A DPDB.cpp535 size_t alignedSize = recordBytes.size(); fixRecordAlignment() local
557 writeSymbolRecord(SectionChunk * debugChunk,ArrayRef<uint8_t> sectionContents,CVSymbol sym,size_t alignedSize,uint32_t & nextRelocIndex,std::vector<uint8_t> & storage) writeSymbolRecord() argument
606 uint32_t alignedSize = analyzeSymbolSubsection() local
684 uint32_t alignedSize = writeAllModuleSymbolRecords() local
[all...]
/llvm-project/flang/lib/Evaluate/
H A Dtype.cpp203 auto alignedSize{align > 0 ? ((size + align - 1) / align) * align : size}; MeasureSizeInBytes() local