Home
last modified time | relevance | path

Searched refs:m_Module (Results 1 – 16 of 16) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp101 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) { in GarbageCollection()
111 m_Backend.setUpReachedSectionsForGC(m_Module, m_SectionReachedListMap); in run()
127 Module::obj_iterator input, inEnd = m_Module.obj_end(); in setUpReachedSections()
128 for (input = m_Module.obj_begin(); input != inEnd; ++input) { in setUpReachedSections()
184 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in getEntrySections()
185 SectionMap& sect_map = m_Module.getScript().sectionMap(); in getEntrySections()
186 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) { in getEntrySections()
207 info_end = m_Module.getNamePool().syminfo_end(); in getEntrySections()
208 for (info_it = m_Module.getNamePool().syminfo_begin(); info_it != info_end; in getEntrySections()
233 m_Module.getNamePool().findSymbol(m_Backend.getEntry(m_Module)); in getEntrySections()
[all …]
DGroupReader.cpp27 : m_Module(pModule), in GroupReader()
64 m_Module.getObjectList().push_back(*input); in readGroup()
69 m_Module.getLibraryList().push_back(*input); in readGroup()
88 m_Module.getObjectList().push_back(*input); in readGroup()
95 m_Module.getObjectList().push_back(*input); in readGroup()
103 m_Module.getLibraryList().push_back(*input); in readGroup()
133 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input, in readGroup()
DIdenticalCodeFolding.cpp51 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) { in IdenticalCodeFolding()
120 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in findCandidates()
121 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) { in findCandidates()
DGNUArchiveReader.cpp35 : m_Module(pModule), m_ELFObjectReader(pELFObjectReader) { in GNUArchiveReader()
333 const ResolveInfo* info = m_Module.getNamePool().findInfo(pSymName); in shouldIncludeSymbol()
393 m_Module.getObjectList().push_back(member); in includeMember()
/frameworks/compile/mclinker/lib/Script/
DRpnEvaluator.cpp30 : m_Module(pModule), m_Backend(pBackend) { in RpnEvaluator()
42 operandStack.push(op->eval(m_Module, m_Backend)); in eval()
49 operandStack.push(op->eval(m_Module, m_Backend)); in eval()
59 operandStack.push(op->eval(m_Module, m_Backend)); in eval()
72 operandStack.push(op->eval(m_Module, m_Backend)); in eval()
88 m_Module.getNamePool().findSymbol(sym_opd->name()); in eval()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp112 : m_Module(pModule), m_Config(pConfig), m_InputBuilder(pConfig) { in IRBuilder()
113 m_InputBuilder.setCurrentTree(m_Module.getInputTree()); in IRBuilder()
165 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive); in ReadInput()
169 path = m_Module.getScript().directories().find(pNameSpec, Input::DynObj); in ReadInput()
173 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive); in ReadInput()
408 if (!m_Module.getScript().renameMap().empty() && in AddSymbol()
412 const LinkerScript& script = m_Module.getScript(); in AddSymbol()
470 resolved_result.info = m_Module.getNamePool().createSymbol( in addSymbolFromObject()
479 m_Module.getNamePool().insertSymbol(pName, in addSymbolFromObject()
554 m_Module.getNamePool().insertSymbol(pName, in addSymbolFromDynObj()
[all …]
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp30 ObjectBuilder::ObjectBuilder(Module& pTheModule) : m_Module(pTheModule) { in ObjectBuilder()
41 m_Module.getScript().sectionMap().find("*", pName); in CreateSection()
45 LDSection* output_sect = m_Module.getSection(output_name); in CreateSection()
49 m_Module.getSectionTable().push_back(output_sect); in CreateSection()
57 SectionMap::mapping pair = m_Module.getScript().sectionMap().find( in MergeSection()
67 LDSection* target = m_Module.getSection(output_name); in MergeSection()
75 m_Module.getSectionTable().push_back(target); in MergeSection()
/frameworks/compile/mclinker/lib/Target/
DOutputRelocSection.cpp25 : m_Module(pModule), in OutputRelocSection()
75 m_Module.getSymbolTable().changeToDynamic(pSymbol); in addSymbolToDynSym()
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h59 const Module& getModule() const { return m_Module; } in getModule()
60 Module& getModule() { return m_Module; } in getModule()
481 Module& m_Module;
/frameworks/compile/mclinker/include/mcld/Script/
DRpnEvaluator.h31 const Module& m_Module;
/frameworks/compile/mclinker/include/mcld/Target/
DOutputRelocSection.h50 Module& m_Module;
/frameworks/compile/mclinker/include/mcld/Object/
DObjectBuilder.h96 Module& m_Module;
/frameworks/compile/mclinker/include/mcld/LD/
DGroupReader.h57 Module& m_Module;
DGarbageCollection.h82 Module& m_Module; variable
DGNUArchiveReader.h89 Module& m_Module;
DIdenticalCodeFolding.h74 Module& m_Module; variable