Searched refs:mergeSection (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.h | 111 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
|
D | AArch64LDBackend.cpp | 530 bool AArch64GNULDBackend::mergeSection(Module& pModule, in mergeSection() function in mcld::AArch64GNULDBackend
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.h | 125 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
|
D | ARMLDBackend.cpp | 484 bool ARMGNULDBackend::mergeSection(Module& pModule, in mergeSection() function in mcld::ARMGNULDBackend
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.h | 128 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
|
D | HexagonLDBackend.cpp | 692 bool HexagonLDBackend::mergeSection(Module& pModule, in mergeSection() function in mcld::HexagonLDBackend
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | TargetLDBackend.h | 125 virtual bool mergeSection(Module& pModule, in mergeSection() function
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.h | 225 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
|
D | MipsLDBackend.cpp | 1191 bool MipsGNULDBackend::mergeSection(Module& pModule, const Input& pInput, in mergeSection() function in mcld::MipsGNULDBackend
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 362 if (!m_LDBackend.mergeSection(*m_pModule, **obj, **sect)) { in mergeSections()
|