HomeSort by relevance Sort by last modified time
    Searched refs:mergeSection (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 107 /// mergeSection - merge target dependent sections
108 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
AArch64LDBackend.cpp 328 bool AArch64GNULDBackend::mergeSection(Module& pModule,
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 124 /// mergeSection - merge target dependent sections.
125 virtual bool mergeSection(Module& pModule,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 122 /// mergeSection - merge target dependent sections
123 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
ARMLDBackend.cpp 413 bool ARMGNULDBackend::mergeSection(Module& pModule,
477 builder.MergeSection(pInput, pSection);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 127 /// mergeSection - merge target dependent sections
128 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
HexagonLDBackend.cpp 661 bool HexagonLDBackend::mergeSection(Module& pModule,
676 builder.MergeSection(pInputFile, pInputSection);
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 362 if (!m_LDBackend.mergeSection(*m_pModule, **obj, **sect)) {
373 if ((out_sect = builder.MergeSection(**obj, **sect)) != NULL) {
393 if ((out_sect = builder.MergeSection(**obj, **sect)) != NULL) {
    [all...]

Completed in 407 milliseconds