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 59 /// preMerge - hooks to call before starting merge the attribute data in an
61 virtual bool preMerge(const Input &pInput) { return true; }
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.h 159 virtual bool preMerge(const Input &pInput)
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 203 if (!m_AttrData.preMerge(pInput)) {

Completed in 2046 milliseconds