Home
last modified time | relevance | path

Searched refs:SectionList (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h109 using SectionList = std::vector<ELFSection *>; variable
146 void assignSectionNumbersInfo(SectionList &AllSections);
155 SectionList &AllSections);
DIceELFObjectWriter.cpp138 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/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h237 typedef SmallVector<SectionEntry, 64> SectionList; typedef
238 SectionList Sections;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h259 typedef SmallVector<SectionEntry, 64> SectionList; typedef
260 SectionList Sections;
/external/llvm/include/llvm/Object/
DMachO.h454 typedef SmallVector<const char*, 1> SectionList; typedef
455 SectionList Sections;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h663 using SectionList = SmallVector<const char*, 1>; variable
664 SectionList Sections;