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

  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 70 m_pObjectFileFormat(NULL),
105 delete m_pObjectFileFormat;
190 if (NULL == m_pObjectFileFormat)
191 m_pObjectFileFormat = new ELFObjectFileFormat();
192 m_pObjectFileFormat->initStdSections(pBuilder,
694 assert(NULL != m_pObjectFileFormat);
695 return m_pObjectFileFormat;
713 assert(NULL != m_pObjectFileFormat);
714 return m_pObjectFileFormat;
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 464 ELFObjectFileFormat* m_pObjectFileFormat;

Completed in 150 milliseconds