Home
last modified time | relevance | path

Searched refs:MergeSection (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Object/
DObjectBuilder.h65 LDSection* MergeSection(const Input& pInputFile, LDSection& pInputSection);
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp55 LDSection* ObjectBuilder::MergeSection(const Input& pInputFile, in MergeSection() function in mcld::ObjectBuilder
DObjectLinker.cpp373 if ((out_sect = builder.MergeSection(**obj, **sect)) != NULL) { in mergeSections()
393 if ((out_sect = builder.MergeSection(**obj, **sect)) != NULL) { in mergeSections()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp548 builder.MergeSection(pInput, pSection); in mergeSection()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp707 builder.MergeSection(pInputFile, pInputSection); in mergeSection()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp1206 builder.MergeSection(pInput, pSection); in mergeSection()