Home
last modified time | relevance | path

Searched refs:AllSections (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp131 SectionList &AllSections) { in assignRelSectionNumInPairs() argument
137 AllSections.push_back(UserSection); in assignRelSectionNumInPairs()
144 AllSections.push_back(RelSection); in assignRelSectionNumInPairs()
161 void ELFObjectWriter::assignSectionNumbersInfo(SectionList &AllSections) { in assignSectionNumbersInfo() argument
168 AllSections.push_back(NullSection); in assignSectionNumbersInfo()
171 RelTextSections, AllSections); in assignSectionNumbersInfo()
173 RelDataSections, AllSections); in assignSectionNumbersInfo()
177 AllSections.push_back(BSSSection); in assignSectionNumbersInfo()
180 RelRODataSections, AllSections); in assignSectionNumbersInfo()
184 AllSections.push_back(ShStrTab); in assignSectionNumbersInfo()
[all …]
DIceELFObjectWriter.h146 void assignSectionNumbersInfo(SectionList &AllSections);
155 SectionList &AllSections);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp107 AllSections, enumerator
296 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()