Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h109 using SectionList = std::vector<ELFSection *>; variable
146 void assignSectionNumbersInfo(SectionList &AllSections);
155 SectionList &AllSections);
DIceELFObjectWriter.cpp131 SectionList &AllSections) { in assignRelSectionNumInPairs()
161 void ELFObjectWriter::assignSectionNumbersInfo(SectionList &AllSections) { in assignSectionNumbersInfo()
319 for (auto &SectionList : VarsBySection) in writeDataSection() local
320 SectionList.reserve(Vars.size()); in writeDataSection()
323 for (auto &SectionList : VarsBySection) { in writeDataSection() local
324 writeDataOfType(static_cast<SectionType>(I++), SectionList, RelocationKind, in writeDataSection()
644 SectionList AllSections; in writeNonUserSections()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp801 using SectionList = std::vector<SymbolSection>; typedef
845 [](SectionList &CurrentSections, in NormalizedTBD_V4()
941 auto handleSymbols = [File](const SectionList &CurrentSections, in denormalize()
988 SectionList Exports;
989 SectionList Reexports;
990 SectionList Undefineds;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h254 typedef SmallVector<SectionEntry, 64> SectionList; typedef
255 SectionList Sections;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h655 using SectionList = std::vector<std::unique_ptr<Section>>;
711 using section_iterator = pointee_iterator<SectionList::iterator>;
712 using const_section_iterator = pointee_iterator<SectionList::const_iterator>;
1014 SectionList Sections;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h661 using SectionList = SmallVector<const char*, 1>; variable
662 SectionList Sections;