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/Script/
RpnEvaluator.h 31 const Module& m_Module;
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 101 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) {
111 m_Backend.setUpReachedSectionsForGC(m_Module, m_SectionReachedListMap);
127 Module::obj_iterator input, inEnd = m_Module.obj_end();
128 for (input = m_Module.obj_begin(); input != inEnd; ++input) {
184 Module::obj_iterator obj, objEnd = m_Module.obj_end();
185 SectionMap& sect_map = m_Module.getScript().sectionMap();
186 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) {
207 info_end = m_Module.getNamePool().syminfo_end();
208 for (info_it = m_Module.getNamePool().syminfo_begin(); info_it != info_end;
233 m_Module.getNamePool().findSymbol(m_Backend.getEntry(m_Module))
    [all...]
GroupReader.cpp 27 : m_Module(pModule),
64 m_Module.getObjectList().push_back(*input);
69 m_Module.getLibraryList().push_back(*input);
88 m_Module.getObjectList().push_back(*input);
95 m_Module.getObjectList().push_back(*input);
103 m_Module.getLibraryList().push_back(*input);
133 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input,
GNUArchiveReader.cpp 35 : m_Module(pModule), m_ELFObjectReader(pELFObjectReader) {
333 const ResolveInfo* info = m_Module.getNamePool().findInfo(pSymName);
393 m_Module.getObjectList().push_back(member);
IdenticalCodeFolding.cpp 51 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) {
120 Module::obj_iterator obj, objEnd = m_Module.obj_end();
121 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) {
  /frameworks/compile/mclinker/lib/Script/
RpnEvaluator.cpp 30 : m_Module(pModule), m_Backend(pBackend) {
42 operandStack.push(op->eval(m_Module, m_Backend));
49 operandStack.push(op->eval(m_Module, m_Backend));
59 operandStack.push(op->eval(m_Module, m_Backend));
72 operandStack.push(op->eval(m_Module, m_Backend));
88 m_Module.getNamePool().findSymbol(sym_opd->name());
  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 25 : m_Module(pModule),
75 m_Module.getSymbolTable().changeToDynamic(pSymbol);
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 50 Module& m_Module;
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 30 ObjectBuilder::ObjectBuilder(Module& pTheModule) : m_Module(pTheModule) {
41 m_Module.getScript().sectionMap().find("*", pName);
45 LDSection* output_sect = m_Module.getSection(output_name);
49 m_Module.getSectionTable().push_back(output_sect);
57 SectionMap::mapping pair = m_Module.getScript().sectionMap().find(
67 LDSection* target = m_Module.getSection(output_name);
75 m_Module.getSectionTable().push_back(target);
  /frameworks/compile/mclinker/include/mcld/LD/
GNUArchiveReader.h 89 Module& m_Module;
GarbageCollection.h 82 Module& m_Module;
GroupReader.h 57 Module& m_Module;
IdenticalCodeFolding.h 74 Module& m_Module;
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 96 Module& m_Module;
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 112 : m_Module(pModule), m_Config(pConfig), m_InputBuilder(pConfig) {
113 m_InputBuilder.setCurrentTree(m_Module.getInputTree());
165 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive);
169 path = m_Module.getScript().directories().find(pNameSpec, Input::DynObj);
173 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive);
408 if (!m_Module.getScript().renameMap().empty() &&
412 const LinkerScript& script = m_Module.getScript();
470 resolved_result.info = m_Module.getNamePool().createSymbol(
479 m_Module.getNamePool().insertSymbol(pName,
554 m_Module.getNamePool().insertSymbol(pName
    [all...]
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 59 const Module& getModule() const { return m_Module; }
60 Module& getModule() { return m_Module; }
481 Module& m_Module;

Completed in 249 milliseconds