Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp138 SectionList &AllSections) { in assignRelSectionNumInPairs() argument
144 AllSections.push_back(UserSection); in assignRelSectionNumInPairs()
151 AllSections.push_back(RelSection); in assignRelSectionNumInPairs()
168 void ELFObjectWriter::assignSectionNumbersInfo(SectionList &AllSections) { in assignSectionNumbersInfo() argument
175 AllSections.push_back(NullSection); in assignSectionNumbersInfo()
178 RelTextSections, AllSections); in assignSectionNumbersInfo()
180 RelDataSections, AllSections); in assignSectionNumbersInfo()
184 AllSections.push_back(BSSSection); in assignSectionNumbersInfo()
187 RelRODataSections, AllSections); in assignSectionNumbersInfo()
191 AllSections.push_back(ShStrTab); in assignSectionNumbersInfo()
[all …]
DIceELFObjectWriter.h146 void assignSectionNumbersInfo(SectionList &AllSections);
155 SectionList &AllSections);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-strings/
Dllvm-strings.cpp44 AllSections("all", variable
47 cl::aliasopt(AllSections));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp106 AllSections, enumerator
295 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp1162 const unsigned AllSections = Asm.size(); in WriteObject() local
1163 const unsigned NumIndexedSections = AllSections - NumUserAndRelocSections; in WriteObject()