Home
last modified time | relevance | path

Searched refs:mergeSection (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h170 bool mergeSection(Module& pModule, LDSection& pSection);
DARMLDBackend.cpp834 bool ARMGNULDBackend::mergeSection(Module& pModule, LDSection& pSection) in mergeSection() function in ARMGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h137 virtual bool mergeSection(Module& pModule, LDSection& pInputSection) in mergeSection() function
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp255 if (!m_LDBackend.mergeSection(*m_pModule, **sect)) { in mergeSections()