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

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h114 /// mergeSection - merge target dependent sections.
115 virtual bool mergeSection(Module& pModule, LDSection& pInputSection) function in class:mcld::TargetLDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h115 /// mergeSection - merge target dependent sections
116 bool mergeSection(Module& pModule, LDSection& pSection);
H A DARMLDBackend.cpp398 bool ARMGNULDBackend::mergeSection(Module& pModule, LDSection& pSection) function in class:ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h128 /// mergeSection - merge target dependent sections
129 bool mergeSection(Module& pModule, LDSection& pSection);
H A DHexagonLDBackend.cpp687 bool HexagonLDBackend::mergeSection(Module& pModule, LDSection& pInputSection) function in class:HexagonLDBackend
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp257 if (!m_LDBackend.mergeSection(*m_pModule, **sect)) {

Completed in 96 milliseconds