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

  /external/llvm/include/llvm/Object/
MachO.h 95 typedef SmallVector<DataRefImpl, 1> SectionList;
96 SectionList Sections;
  /external/llvm/lib/CodeGen/
ELFWriter.h 117 /// SectionList - This is the list of sections that we have emitted to the
120 std::vector<ELFSection*> SectionList;
121 unsigned NumSections; // Always = SectionList.size()
124 /// the SectionList. Used to quickly gather the Section Index from MAI names
159 SectionList.push_back(new ELFSection(Name, isLittleEndian, is64Bit));
160 SN = SectionList.back();

Completed in 883 milliseconds