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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h108 /// mergeSection - merge target dependent sections
109 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
H A DAArch64LDBackend.cpp353 bool AArch64GNULDBackend::mergeSection(Module& pModule, function in class:AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h118 /// mergeSection - merge target dependent sections
119 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
H A DARMLDBackend.cpp413 bool ARMGNULDBackend::mergeSection(Module& pModule, function in class:ARMGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h114 /// mergeSection - merge target dependent sections.
115 virtual bool mergeSection(Module& pModule, function in class:mcld::TargetLDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h129 /// mergeSection - merge target dependent sections
130 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
H A DHexagonLDBackend.cpp699 bool HexagonLDBackend::mergeSection(Module& pModule, function in class:HexagonLDBackend
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp330 if (!m_LDBackend.mergeSection(*m_pModule, **obj, **sect)) {

Completed in 2757 milliseconds