Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h111 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
DAArch64LDBackend.cpp530 bool AArch64GNULDBackend::mergeSection(Module& pModule, in mergeSection() function in mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h125 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
DARMLDBackend.cpp484 bool ARMGNULDBackend::mergeSection(Module& pModule, in mergeSection() function in mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h128 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
DHexagonLDBackend.cpp692 bool HexagonLDBackend::mergeSection(Module& pModule, in mergeSection() function in mcld::HexagonLDBackend
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h125 virtual bool mergeSection(Module& pModule, in mergeSection() function
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h225 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
DMipsLDBackend.cpp1191 bool MipsGNULDBackend::mergeSection(Module& pModule, const Input& pInput, in mergeSection() function in mcld::MipsGNULDBackend
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp362 if (!m_LDBackend.mergeSection(*m_pModule, **obj, **sect)) { in mergeSections()