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

  /frameworks/compile/mclinker/lib/LD/
SectionMerger.cpp 20 m_Output(pContext),
57 section = m_Output.getSection(pName);
  /frameworks/compile/mclinker/include/mcld/LD/
SectionMerger.h 90 LDContext& m_Output;
  /frameworks/compile/mclinker/lib/MC/
MCLinker.cpp 38 m_Output(pContext),
436 LDSection* output_sect = m_Output.getSection(sect_name);
442 m_Output.getSectionTable().push_back(output_sect);
458 LDSection* output_sect = m_Output.getSection(sect_name);
465 m_Output.getSectionTable().push_back(output_sect);
  /frameworks/compile/mclinker/include/mcld/MC/
MCLinker.h 261 LDContext& m_Output;

Completed in 676 milliseconds