Home
last modified time | relevance | path

Searched refs:m_pModule (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp58 m_pModule(NULL), in ObjectLinker()
81 m_pModule = &pModule; in initialize()
86 m_pArchiveReader = m_LDBackend.createArchiveReader(*m_pModule); in initialize()
89 m_pGroupReader = new GroupReader(*m_pModule, in initialize()
106 ObjectBuilder builder(*m_pModule); in initStdSections()
113 m_LDBackend.initTargetSections(*m_pModule, builder); in initStdSections()
125 m_pModule->getNamePool().insertSymbol(*usym, // name in addUndefinedSymbols()
148 Module::input_iterator input, inEnd = m_pModule->input_end(); in normalize()
149 for (input = m_pModule->input_begin(); input != inEnd; ++input) { in normalize()
165 m_pModule->getObjectList().push_back(*input); in normalize()
[all …]
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp41 m_pModule = new Module(*m_pScript); in ELFReaderTest()
42 m_pIRBuilder = new IRBuilder(*m_pModule, *m_pConfig); in ELFReaderTest()
53 delete m_pModule; in ~ELFReaderTest()
DELFReaderTest.h49 mcld::Module* m_pModule; variable
/frameworks/compile/mclinker/include/mcld/Object/
DObjectLinker.h167 Module* m_pModule; variable