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

  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeData.h 58 /// preMerge - hooks to call before starting merge the attribute data in an
60 virtual bool preMerge(const Input& pInput) { return true; }
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.h 156 virtual bool preMerge(const Input& pInput) {
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 202 if (!m_AttrData.preMerge(pInput)) {

Completed in 165 milliseconds