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

  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 33 typedef std::vector<LDSection*> SectionTable;
34 typedef SectionTable::iterator sect_iterator;
35 typedef SectionTable::const_iterator const_sect_iterator;
86 SectionTable m_SectionTable;
88 SectionTable m_RelocSections;
  /frameworks/compile/mclinker/include/mcld/
Module.h 48 typedef std::vector<LDSection*> SectionTable;
49 typedef SectionTable::iterator iterator;
50 typedef SectionTable::const_iterator const_iterator;
107 const SectionTable& getSectionTable() const { return m_SectionTable; }
108 SectionTable& getSectionTable() { return m_SectionTable; }
169 SectionTable m_SectionTable;
  /external/llvm/include/llvm/Object/
COFF.h 348 const coff_section *SectionTable;
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 391 milliseconds