HomeSort by relevance Sort by last modified time
    Searched refs:getSectionTable (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/
Module.h 108 const SectionTable& getSectionTable() const { return m_SectionTable; }
109 SectionTable& getSectionTable() { return m_SectionTable; }
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 47 m_Module.getSectionTable().push_back(output_sect);
65 m_Module.getSectionTable().push_back(target);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 305 const LDSection *ld_sect = pModule.getSectionTable().at(sectIdx);

Completed in 462 milliseconds