Home
last modified time | relevance | path

Searched refs:SectionList (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp99 while(!SectionList.empty()) { in ~ELFWriter()
100 delete SectionList.back(); in ~ELFWriter()
101 SectionList.pop_back(); in ~ELFWriter()
710 for (unsigned i = 1, e = SectionList.size(); i < e; ++i) { in doFinalization()
711 ELFSection &ES = *SectionList[i]; in doFinalization()
756 for (unsigned i=0, e=SectionList.size(); i != e; ++i) { in EmitRelocations()
757 ELFSection &S = *SectionList[i]; in EmitRelocations()
798 SymIdx = SectionList[SectionIdx]->getSymbolTableIndex(); in EmitRelocations()
809 SymIdx = SectionList[SectionIdx]->getSymbolTableIndex(); in EmitRelocations()
1014 for (ELFSectionIter I=SectionList.begin(), E=SectionList.end(); I != E; ++I) { in EmitSectionTableStringTable()
[all …]
DELFWriter.h120 std::vector<ELFSection*> SectionList; variable
159 SectionList.push_back(new ELFSection(Name, isLittleEndian, is64Bit));
160 SN = SectionList.back();
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h109 using SectionList = std::vector<ELFSection *>; variable
146 void assignSectionNumbersInfo(SectionList &AllSections);
155 SectionList &AllSections);
DIceELFObjectWriter.cpp138 SectionList &AllSections) { in assignRelSectionNumInPairs()
168 void ELFObjectWriter::assignSectionNumbersInfo(SectionList &AllSections) { in assignSectionNumbersInfo()
326 for (auto &SectionList : VarsBySection) in writeDataSection() local
327 SectionList.reserve(Vars.size()); in writeDataSection()
330 for (auto &SectionList : VarsBySection) { in writeDataSection() local
331 writeDataOfType(static_cast<SectionType>(I++), SectionList, RelocationKind, in writeDataSection()
670 SectionList AllSections; in writeNonUserSections()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachO.h84 typedef SmallVector<DataRefImpl, 1> SectionList; typedef
85 SectionList Sections;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h237 typedef SmallVector<SectionEntry, 64> SectionList; typedef
238 SectionList Sections;
/external/llvm/include/llvm/Object/
DMachO.h454 typedef SmallVector<const char*, 1> SectionList; typedef
455 SectionList Sections;
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp318 SectionList::const_iterator loc = in getSectionIndex()