HomeSort by relevance Sort by last modified time
    Searched defs:SectionList (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachO.h 84 typedef SmallVector<DataRefImpl, 1> SectionList;
85 SectionList Sections;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.h 117 /// SectionList - This is the list of sections that we have emitted to the
120 std::vector<ELFSection*> SectionList;
121 unsigned NumSections; // Always = SectionList.size()
124 /// the SectionList. Used to quickly gather the Section Index from MAI names
159 SectionList.push_back(new ELFSection(Name, isLittleEndian, is64Bit));
160 SN = SectionList.back();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 28 typedef std::vector<LDSection*> SectionList;
29 typedef SectionList::iterator iterator;
30 typedef SectionList::const_iterator const_iterator;
31 typedef SectionList::reverse_iterator reverse_iterator;
32 typedef SectionList::const_reverse_iterator const_reverse_iterator;
115 SectionList m_SectionList;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 237 typedef SmallVector<SectionEntry, 64> SectionList;
238 SectionList Sections;
  /external/llvm/include/llvm/Object/
MachO.h 454 typedef SmallVector<const char*, 1> SectionList;
455 SectionList Sections;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 609 typedef SmallVector<const char*, 1> SectionList;
610 SectionList Sections;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 609 typedef SmallVector<const char*, 1> SectionList;
610 SectionList Sections;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 609 typedef SmallVector<const char*, 1> SectionList;
610 SectionList Sections;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 609 typedef SmallVector<const char*, 1> SectionList;
610 SectionList Sections;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 609 typedef SmallVector<const char*, 1> SectionList;
610 SectionList Sections;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 609 typedef SmallVector<const char*, 1> SectionList;
610 SectionList Sections;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 609 typedef SmallVector<const char*, 1> SectionList;
610 SectionList Sections;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 609 typedef SmallVector<const char*, 1> SectionList;
610 SectionList Sections;

Completed in 1636 milliseconds