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 64 m_pObjectFileFormat(NULL),
99 delete m_pObjectFileFormat;
184 if (NULL == m_pObjectFileFormat)
185 m_pObjectFileFormat = new ELFObjectFileFormat();
186 m_pObjectFileFormat->initStdSections(pBuilder,
688 assert(NULL != m_pObjectFileFormat);
689 return m_pObjectFileFormat;
707 assert(NULL != m_pObjectFileFormat);
708 return m_pObjectFileFormat;
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 457 ELFObjectFileFormat* m_pObjectFileFormat;

Completed in 66 milliseconds