Home
last modified time | relevance | path

Searched defs:SectionList (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h109 using SectionList = std::vector<ELFSection *>; variable
DIceELFObjectWriter.cpp319 for (auto &SectionList : VarsBySection) in writeDataSection() local
323 for (auto &SectionList : VarsBySection) { in writeDataSection() local
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h254 typedef SmallVector<SectionEntry, 64> SectionList; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp801 using SectionList = std::vector<SymbolSection>; typedef