Searched defs:pOutputDesc (Results 1 - 3 of 3) 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/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

Completed in 27 milliseconds