Home
last modified time | relevance | path

Searched refs:SectionDataSize (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMachObjectWriter.cpp176 uint64_t SectionDataStartOffset, uint64_t SectionDataSize, uint32_t MaxProt, in writeSegmentLoadCommand() argument
197 W.write<uint64_t>(SectionDataSize); // file size in writeSegmentLoadCommand()
202 W.write<uint32_t>(SectionDataSize); // file size in writeSegmentLoadCommand()
816 uint64_t SectionDataSize = 0; in writeObject() local
830 SectionDataSize = std::max(SectionDataSize, Address + Size); in writeObject()
847 SectionDataSize, Prot, Prot); in writeObject()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h189 uint64_t SectionDataSize, uint32_t MaxProt,