HomeSort by relevance Sort by last modified time
    Searched refs:MergeSection (Results 1 - 5 of 5) 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 257 if (!m_LDBackend.mergeSection(*m_pModule, **sect)) {
268 if (NULL == (out_sect = builder.MergeSection(**sect))) {
286 if (NULL == (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 398 bool ARMGNULDBackend::mergeSection(Module& pModule, LDSection& pSection)
418 return builder.MergeSection(pSection);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 687 bool HexagonLDBackend::mergeSection(Module& pModule, LDSection& pInputSection)
702 return builder.MergeSection(pInputSection);
    [all...]

Completed in 229 milliseconds