Searched refs:SectionList (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFWriter.cpp | 99 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 …]
|
D | ELFWriter.h | 120 std::vector<ELFSection*> SectionList; variable 159 SectionList.push_back(new ELFSection(Name, isLittleEndian, is64Bit)); 160 SN = SectionList.back();
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.h | 109 using SectionList = std::vector<ELFSection *>; variable 146 void assignSectionNumbersInfo(SectionList &AllSections); 155 SectionList &AllSections);
|
D | IceELFObjectWriter.cpp | 138 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/ |
D | MachO.h | 84 typedef SmallVector<DataRefImpl, 1> SectionList; typedef 85 SectionList Sections;
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 237 typedef SmallVector<SectionEntry, 64> SectionList; typedef 238 SectionList Sections;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 259 typedef SmallVector<SectionEntry, 64> SectionList; typedef 260 SectionList Sections;
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 454 typedef SmallVector<const char*, 1> SectionList; typedef 455 SectionList Sections;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | MachO.h | 663 using SectionList = SmallVector<const char*, 1>; variable 664 SectionList Sections;
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | MachOObjectFile.cpp | 318 SectionList::const_iterator loc = in getSectionIndex()
|