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

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 114 /// mergeSection - merge target dependent sections.
115 virtual bool mergeSection(Module& pModule, LDSection& pInputSection)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 398 bool ARMGNULDBackend::mergeSection(Module& pModule, LDSection& pSection)
418 return builder.MergeSection(pSection);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 687 bool HexagonLDBackend::mergeSection(Module& pModule, LDSection& pInputSection)
702 return builder.MergeSection(pInputSection);
    [all...]

Completed in 57 milliseconds