Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachO.h84 typedef SmallVector<DataRefImpl, 1> SectionList; typedef
/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/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.h120 std::vector<ELFSection*> SectionList; variable
/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