Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp223 uint64_t SectionDataStartOffset, uint64_t SectionDataSize, uint32_t MaxProt, in writeSegmentLoadCommand() argument
244 W.write<uint64_t>(SectionDataSize); // file size in writeSegmentLoadCommand()
249 W.write<uint32_t>(SectionDataSize); // file size in writeSegmentLoadCommand()
875 uint64_t SectionDataSize = 0; in writeObject() local
889 SectionDataSize = std::max(SectionDataSize, Address + Size); in writeObject()
906 SectionDataSize, Prot, Prot); in writeObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h276 uint64_t SectionDataSize, uint32_t MaxProt,