Home
last modified time | relevance | path

Searched refs:DataSectionList (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h111 using DataSectionList = std::vector<ELFDataSection *>; variable
115 DataSectionList DataSections;
117 DataSectionList RODataSections;
119 DataSectionList BSSSections;
DIceELFObjectWriter.cpp178 assignRelSectionNumInPairs<DataSectionList>(CurSectionNumber, DataSections, in assignSectionNumbersInfo()
185 assignRelSectionNumInPairs<DataSectionList>(CurSectionNumber, RODataSections, in assignSectionNumbersInfo()