Home
last modified time | relevance | path

Searched refs:m_pObjectFileFormat (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp84 m_pObjectFileFormat(NULL), in GNULDBackend()
122 delete m_pObjectFileFormat; in ~GNULDBackend()
199 if (m_pObjectFileFormat == NULL) in initStdSections()
200 m_pObjectFileFormat = new ELFObjectFileFormat(); in initStdSections()
201 m_pObjectFileFormat->initStdSections(pBuilder, in initStdSections()
672 assert(m_pObjectFileFormat != NULL); in getOutputFormat()
673 return m_pObjectFileFormat; in getOutputFormat()
690 assert(m_pObjectFileFormat != NULL); in getOutputFormat()
691 return m_pObjectFileFormat; in getOutputFormat()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h519 ELFObjectFileFormat* m_pObjectFileFormat; variable