Searched defs:SectionDataSize (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/
H A DMachObjectWriter.cpp159 /// \param SectionDataSize The total size of the sections.
163 uint64_t SectionDataSize) {
183 Write64(SectionDataSize); // file size
188 Write32(SectionDataSize); // file size
826 uint64_t SectionDataSize = 0; local
842 SectionDataSize = std::max(SectionDataSize, Address + Size);
856 SectionDataStart, SectionDataSize);
160 WriteSegmentLoadCommand(unsigned NumSections, uint64_t VMSize, uint64_t SectionDataStartOffset, uint64_t SectionDataSize) argument
H A DELFObjectWriter.cpp209 uint64_t SectionDataSize,
427 uint64_t SectionDataSize,
461 WriteWord(SectionDataSize + (is64Bit() ? sizeof(ELF::Elf64_Ehdr) :
426 WriteHeader(const MCAssembler &Asm, uint64_t SectionDataSize, unsigned NumberOfSections) argument

Completed in 321 milliseconds