Searched refs:pOutputDesc (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DInputSectDesc.cpp23 const OutputSectDesc& pOutputDesc)
27 m_OutputSectDesc(pOutputDesc)
21 InputSectDesc(KeepPolicy pPolicy, const Spec& pSpec, const OutputSectDesc& pOutputDesc) argument
H A DOperand.cpp167 SectDescOperand::SectDescOperand(const SectionMap::Output* pOutputDesc) argument
168 : Operand(Operand::SECTION_DESC), m_pOutputDesc(pOutputDesc)
178 SectDescOperand* SectDescOperand::create(const SectionMap::Output* pOutputDesc) argument
181 new (result) SectDescOperand(pOutputDesc);
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h78 const OutputSectDesc& pOutputDesc);
H A DOperand.h173 SectDescOperand(const SectionMap::Output* pOutputDesc);
192 static SectDescOperand* create(const SectionMap::Output* pOutputDesc);
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp95 SectionMap::Output::Output(const OutputSectDesc& pOutputDesc) argument
96 : m_Name(pOutputDesc.name()),
97 m_Prolog(pOutputDesc.prolog()),
98 m_Epilog(pOutputDesc.epilog()),
264 const OutputSectDesc& pOutputDesc)
268 if ((*out)->name().compare(pOutputDesc.name()) == 0 &&
269 (*out)->prolog() == pOutputDesc.prolog() &&
270 (*out)->epilog() == pOutputDesc.epilog())
291 Output* output = new Output(pOutputDesc);
263 insert(const InputSectDesc& pInputDesc, const OutputSectDesc& pOutputDesc) argument
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h74 Output(const OutputSectDesc& pOutputDesc);
172 insert(const InputSectDesc& pInputDesc, const OutputSectDesc& pOutputDesc);

Completed in 57 milliseconds