/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | DefSymParser.h | 29 const Module& m_Module; member in class:mcld::DefSymParser
|
/frameworks/compile/mclinker/lib/LD/ |
H A D | GroupReader.cpp | 26 : m_Module(pModule), 55 Module::input_iterator input_end = m_Module.input_end(); 69 m_Module.getObjectList().push_back(*input); 74 m_Module.getLibraryList().push_back(*input); 93 m_Module.getObjectList().push_back(*input); 101 m_Module.getObjectList().push_back(*input); 110 m_Module.getLibraryList().push_back(*input); 141 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input,
|
H A D | GNUArchiveReader.cpp | 35 : m_Module(pModule), 336 const ResolveInfo* info = m_Module.getNamePool().findInfo(pSymName); 392 m_Module.getObjectList().push_back(member);
|
/frameworks/compile/mclinker/include/mcld/Target/ |
H A D | OutputRelocSection.h | 53 Module& m_Module; member in class:mcld::OutputRelocSection
|
/frameworks/compile/mclinker/lib/Target/ |
H A D | OutputRelocSection.cpp | 25 : m_Module(pModule), 74 m_Module.getSymbolTable().changeToDynamic(pSymbol);
|
/frameworks/compile/mclinker/lib/Core/ |
H A D | IRBuilder.cpp | 115 : m_Module(pModule), m_Config(pConfig), m_InputBuilder(pConfig) { 116 m_InputBuilder.setCurrentTree(m_Module.getInputTree()); 169 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive); 174 path = m_Module.getScript().directories().find(pNameSpec, Input::DynObj); 179 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive); 457 if (!m_Module.getScript().renameMap().empty() && 461 const LinkerScript& script = m_Module.getScript(); 514 resolved_result.info = m_Module.getNamePool().createSymbol(pName, 529 m_Module.getNamePool().insertSymbol(pName, false, pType, pDesc, pBinding, 582 m_Module [all...] |
/frameworks/compile/mclinker/lib/Fragment/ |
H A D | FragmentLinker.cpp | 48 m_Module(pModule), 59 Module::sym_iterator symbol, symEnd = m_Module.sym_end(); 60 for (symbol = m_Module.sym_begin(); symbol != symEnd; ++symbol) { 100 Module::obj_iterator input, inEnd = m_Module.obj_end(); 101 for (input = m_Module.obj_begin(); input != inEnd; ++input) { 150 Module::obj_iterator input, inEnd = m_Module.obj_end(); 151 for (input = m_Module.obj_begin(); input != inEnd; ++input) { 200 Module::iterator sectIter, sectEnd = m_Module.end(); 201 for (sectIter = m_Module.begin(); sectIter != sectEnd; ++sectIter) {
|
/frameworks/compile/mclinker/include/mcld/CodeGen/ |
H A D | MCLinker.h | 73 mcld::Module& m_Module; member in class:mcld::MCLinker
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
H A D | FragmentLinker.h | 71 Module& m_Module; member in class:mcld::FragmentLinker
|
/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | GroupReader.h | 61 Module& m_Module; member in class:mcld::GroupReader
|
H A D | GNUArchiveReader.h | 90 Module& m_Module; member in class:mcld::GNUArchiveReader
|
/frameworks/compile/mclinker/lib/Object/ |
H A D | ObjectBuilder.cpp | 32 : m_Config(pConfig), m_Module(pTheModule) { 43 const SectionMap::NamePair& pair = m_Module.getScript().sectionMap().find(pName); 47 m_Module.getSectionTable().push_back(output_sect); 55 m_Module.getScript().sectionMap().find(pInputSection.name()); 57 LDSection* target = m_Module.getSection(output_name); 65 m_Module.getSectionTable().push_back(target);
|
/frameworks/compile/mclinker/lib/Support/ |
H A D | DefSymParser.cpp | 17 : m_Module(pModule) { 127 m_Module.getNamePool().findSymbol(stringOperand);
|
/frameworks/compile/mclinker/include/mcld/Object/ |
H A D | ObjectBuilder.h | 97 Module& m_Module; member in class:mcld::ObjectBuilder
|
/frameworks/compile/mclinker/include/mcld/ |
H A D | IRBuilder.h | 74 const Module& getModule() const { return m_Module; } 75 Module& getModule() { return m_Module; } 493 Module& m_Module; member in class:mcld::IRBuilder
|
/frameworks/compile/mclinker/lib/CodeGen/ |
H A D | MCLinker.cpp | 196 m_Module(pModule), 213 if (!m_pLinker->emulate(m_Module.getScript(), m_Config)) 216 m_pBuilder = new IRBuilder(m_Module, m_Config); 225 if (!m_pLinker->link(m_Module, *m_pBuilder))
|