Searched refs:m_Module (Results 1 - 17 of 17) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DRpnEvaluator.h30 const Module& m_Module; member in class:mcld::RpnEvaluator
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp108 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule)
121 m_Backend.setUpReachedSectionsForGC(m_Module, m_SectionReachedListMap);
138 Module::obj_iterator input, inEnd = m_Module.obj_end();
139 for (input = m_Module.obj_begin(); input != inEnd; ++input) {
196 Module::obj_iterator obj, objEnd = m_Module.obj_end();
197 SectionMap& sect_map = m_Module.getScript().sectionMap();
198 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) {
220 m_Module.getNamePool().findSymbol(m_Backend.getEntry(m_Module));
226 info_end = m_Module
[all...]
H A DGroupReader.cpp26 : m_Module(pModule),
66 m_Module.getObjectList().push_back(*input);
71 m_Module.getLibraryList().push_back(*input);
91 m_Module.getObjectList().push_back(*input);
99 m_Module.getObjectList().push_back(*input);
108 m_Module.getLibraryList().push_back(*input);
139 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input,
H A DGNUArchiveReader.cpp35 : m_Module(pModule),
348 const ResolveInfo* info = m_Module.getNamePool().findInfo(pSymName);
412 m_Module.getObjectList().push_back(member);
/frameworks/compile/mclinker/lib/Script/
H A DRpnEvaluator.cpp26 : m_Module(pModule),
41 operandStack.push(op->eval(m_Module, m_Backend));
48 operandStack.push(op->eval(m_Module, m_Backend));
58 operandStack.push(op->eval(m_Module, m_Backend));
71 operandStack.push(op->eval(m_Module, m_Backend));
87 m_Module.getNamePool().findSymbol(sym_opd->name());
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h53 Module& m_Module; member in class:mcld::OutputRelocSection
/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp25 : m_Module(pModule),
81 m_Module.getSymbolTable().changeToDynamic(pSymbol);
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp30 : m_Module(pTheModule) {
42 m_Module.getScript().sectionMap().find("*", pName);
46 LDSection* output_sect = m_Module.getSection(output_name);
50 m_Module.getSectionTable().push_back(output_sect);
60 m_Module.getScript().sectionMap().find(pInputFile.path().native(),
70 LDSection* target = m_Module.getSection(output_name);
78 m_Module.getSectionTable().push_back(target);
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DMCLinker.h70 mcld::Module& m_Module; member in class:mcld::MCLinker
/frameworks/compile/mclinker/include/mcld/LD/
H A DGroupReader.h59 Module& m_Module; member in class:mcld::GroupReader
H A DGNUArchiveReader.h90 Module& m_Module; member in class:mcld::GNUArchiveReader
H A DGarbageCollection.h85 Module& m_Module; member in class:mcld::GarbageCollection
H A DIdenticalCodeFolding.h73 Module& m_Module; member in class:mcld::IdenticalCodeFolding
/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectBuilder.h94 Module& m_Module; member in class:mcld::ObjectBuilder
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp107 : m_Module(pModule), m_Config(pConfig), m_InputBuilder(pConfig) {
108 m_InputBuilder.setCurrentTree(m_Module.getInputTree());
161 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive);
166 path = m_Module.getScript().directories().find(pNameSpec, Input::DynObj);
171 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive);
419 if (!m_Module.getScript().renameMap().empty() &&
423 const LinkerScript& script = m_Module.getScript();
483 resolved_result.info = m_Module.getNamePool().createSymbol(pName,
498 m_Module.getNamePool().insertSymbol(pName, false, pType, pDesc, pBinding,
569 m_Module
[all...]
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp205 m_Module(pModule),
222 if (!m_pLinker->emulate(m_Module.getScript(), m_Config))
225 m_pBuilder = new IRBuilder(m_Module, m_Config);
234 if (!m_pLinker->link(m_Module, *m_pBuilder))
237 if (!m_pLinker->emit(m_Module, m_FileHandle.handler()))
283 m_Module.getScript().directories()));
316 m_Module.getScript().directories()));
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h73 const Module& getModule() const { return m_Module; }
74 Module& getModule() { return m_Module; }
483 Module& m_Module; member in class:mcld::IRBuilder

Completed in 179 milliseconds