Searched refs:pOutputDesc (Results 1 – 6 of 6) sorted by relevance
95 SectionMap::Output::Output(const OutputSectDesc& pOutputDesc) in Output() argument96 : m_Name(pOutputDesc.name()), in Output()97 m_Prolog(pOutputDesc.prolog()), in Output()98 m_Epilog(pOutputDesc.epilog()), in Output()254 const OutputSectDesc& pOutputDesc) { in insert() argument257 if ((*out)->name().compare(pOutputDesc.name()) == 0 && in insert()258 (*out)->prolog() == pOutputDesc.prolog() && in insert()259 (*out)->epilog() == pOutputDesc.epilog()) in insert()280 Output* output = new Output(pOutputDesc); in insert()
143 SectDescOperand::SectDescOperand(const SectionMap::Output* pOutputDesc) in SectDescOperand() argument144 : Operand(Operand::SECTION_DESC), m_pOutputDesc(pOutputDesc) { in SectDescOperand()153 const SectionMap::Output* pOutputDesc) { in create() argument155 new (result) SectDescOperand(pOutputDesc); in create()
25 const OutputSectDesc& pOutputDesc) in InputSectDesc() argument29 m_OutputSectDesc(pOutputDesc) { in InputSectDesc()
159 explicit SectDescOperand(const SectionMap::Output* pOutputDesc);176 static SectDescOperand* create(const SectionMap::Output* pOutputDesc);
74 const OutputSectDesc& pOutputDesc);
75 explicit Output(const OutputSectDesc& pOutputDesc);172 const OutputSectDesc& pOutputDesc);