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

  /external/llvm/lib/CodeGen/
ELFWriter.h 121 unsigned NumSections; // Always = SectionList.size()
161 SN->SectionIdx = NumSections++;
  /external/llvm/lib/MC/
MachObjectWriter.cpp 142 /// \arg NumSections - The number of sections in this segment.
144 void MachObjectWriter::WriteSegmentLoadCommand(unsigned NumSections,
159 NumSections * (is64Bit() ? macho::Section64Size :
176 Write32(NumSections);
632 unsigned NumSections = Asm.size();
638 macho::SegmentLoadCommand64Size + NumSections * macho::Section64Size :
639 macho::SegmentLoadCommand32Size + NumSections * macho::Section32Size;
683 WriteSegmentLoadCommand(NumSections, VMSize,
ELFObjectWriter.cpp     [all...]
  /external/llvm/include/llvm/Object/
MachOFormat.h 165 uint32_t NumSections;
179 uint32_t NumSections;

Completed in 197 milliseconds