Home
last modified time | relevance | path

Searched refs:m_Output (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DSectionMerger.cpp20 m_Output(pContext), in SectionMerger()
57 section = m_Output.getSection(pName); in getOutputSectHdr()
/frameworks/compile/mclinker/lib/MC/
DMCLinker.cpp38 m_Output(pContext), in MCLinker()
436 LDSection* output_sect = m_Output.getSection(sect_name); in createSectHdr()
442 m_Output.getSectionTable().push_back(output_sect); in createSectHdr()
458 LDSection* output_sect = m_Output.getSection(sect_name); in getOrCreateOutputSectHdr()
465 m_Output.getSectionTable().push_back(output_sect); in getOrCreateOutputSectHdr()
/frameworks/compile/mclinker/include/mcld/LD/
DSectionMerger.h90 LDContext& m_Output; variable
/frameworks/compile/mclinker/include/mcld/MC/
DMCLinker.h261 LDContext& m_Output; variable