Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h109 using SectionList = std::vector<ELFSection *>; variable
DIceELFObjectWriter.cpp326 for (auto &SectionList : VarsBySection) in writeDataSection() local
330 for (auto &SectionList : VarsBySection) { in writeDataSection() local
/external/llvm/include/llvm/Object/
DMachO.h454 typedef SmallVector<const char*, 1> SectionList; typedef
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h237 typedef SmallVector<SectionEntry, 64> SectionList; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h259 typedef SmallVector<SectionEntry, 64> SectionList; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h663 using SectionList = SmallVector<const char*, 1>; variable