HomeSort by relevance Sort by last modified time
    Searched defs:SectionDataSize (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 143 /// \arg SectionDataSize - The total size of the sections.
147 uint64_t SectionDataSize) {
167 Write64(SectionDataSize); // file size
172 Write32(SectionDataSize); // file size
654 uint64_t SectionDataSize = 0;
670 SectionDataSize = std::max(SectionDataSize, Address + Size);
684 SectionDataStart, SectionDataSize);
  /external/llvm/lib/MC/
MachObjectWriter.cpp 154 /// \param SectionDataSize The total size of the sections.
157 uint64_t SectionDataStartOffset, uint64_t SectionDataSize, uint32_t MaxProt,
179 write64(SectionDataSize); // file size
184 write32(SectionDataSize); // file size
768 uint64_t SectionDataSize = 0;
782 SectionDataSize = std::max(SectionDataSize, Address + Size);
798 SectionDataSize, Prot, Prot);
    [all...]

Completed in 63 milliseconds