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

  /frameworks/compile/mclinker/include/mcld/Support/
DefSymParser.h 29 const Module& m_Module;
  /frameworks/compile/mclinker/lib/LD/
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,
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/
OutputRelocSection.h 53 Module& m_Module;
  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 25 : m_Module(pModule),
74 m_Module.getSymbolTable().changeToDynamic(pSymbol);
  /frameworks/compile/mclinker/lib/Core/
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.getSymbolTable().forceLocal(*output_sym)
    [all...]
  /frameworks/compile/mclinker/lib/Fragment/
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/
MCLinker.h 73 mcld::Module& m_Module;
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentLinker.h 71 Module& m_Module;
  /frameworks/compile/mclinker/include/mcld/LD/
GNUArchiveReader.h 90 Module& m_Module;
GroupReader.h 61 Module& m_Module;
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 97 Module& m_Module;
  /frameworks/compile/mclinker/lib/Object/
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/
DefSymParser.cpp 17 : m_Module(pModule) {
127 m_Module.getNamePool().findSymbol(stringOperand);
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 74 const Module& getModule() const { return m_Module; }
75 Module& getModule() { return m_Module; }
493 Module& m_Module;
  /frameworks/compile/mclinker/lib/CodeGen/
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))

Completed in 1281 milliseconds