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

  /frameworks/compile/mclinker/include/mcld/MC/
MCLinker.h 169 { return m_Layout; }
172 { return m_Layout; }
268 Layout m_Layout;
  /frameworks/compile/mclinker/lib/MC/
MCLinker.cpp 478 m_Layout.addInputRange(*sect_data, pSection);
492 m_Layout.addInputRange(*sect_data, pSection);
501 m_Layout.addInputRange(*sect_data, pSection);
555 size_t out_offset = m_Layout.getOutputLDSection(*reloc->targetRef().frag())->offset() +
556 m_Layout.getOutputOffset(reloc->targetRef());
589 return m_Layout.layout(m_Info.output(), m_Backend);

Completed in 59 milliseconds