HomeSort by relevance Sort by last modified time
    Searched refs:AllSections (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-strings/
llvm-strings.cpp 44 AllSections("all",
47 cl::aliasopt(AllSections));
  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.h 146 void assignSectionNumbersInfo(SectionList &AllSections);
155 SectionList &AllSections);
IceELFObjectWriter.cpp 138 SectionList &AllSections) {
144 AllSections.push_back(UserSection);
151 AllSections.push_back(RelSection);
168 void ELFObjectWriter::assignSectionNumbersInfo(SectionList &AllSections) {
175 AllSections.push_back(NullSection);
178 RelTextSections, AllSections);
180 RelDataSections, AllSections);
184 AllSections.push_back(BSSSection);
187 RelRODataSections, AllSections);
191 AllSections.push_back(ShStrTab)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ELFObjectWriter.cpp 106 AllSections,
295 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections)
    [all...]

Completed in 477 milliseconds