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

  /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();
ELFWriter.cpp 99 while(!SectionList.empty()) {
100 delete SectionList.back();
101 SectionList.pop_back();
710 for (unsigned i = 1, e = SectionList.size(); i < e; ++i) {
711 ELFSection &ES = *SectionList[i];
756 for (unsigned i=0, e=SectionList.size(); i != e; ++i) {
757 ELFSection &S = *SectionList[i];
798 SymIdx = SectionList[SectionIdx]->getSymbolTableIndex();
809 SymIdx = SectionList[SectionIdx]->getSymbolTableIndex();
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 95 typedef SmallVector<DataRefImpl, 1> SectionList;
96 SectionList Sections;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 369 SectionList::const_iterator loc =

Completed in 530 milliseconds