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

  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 62 /// MergeSection - merge the pInput section to mcld::Module.
70 LDSection* MergeSection(LDSection& pInputSection);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 255 if (!m_LDBackend.mergeSection(*m_pModule, **sect)) {
265 if (NULL == builder.MergeSection(**sect)) {
276 LDSection* out_sect = builder.MergeSection(**sect);
ObjectBuilder.cpp 51 /// MergeSection - merge the pInput section to the pOutput section
52 LDSection* ObjectBuilder::MergeSection(LDSection& pInputSection)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 834 bool ARMGNULDBackend::mergeSection(Module& pModule, LDSection& pSection)
854 return builder.MergeSection(pSection);
    [all...]

Completed in 404 milliseconds