Searched refs:m_Module (Results 1 – 16 of 16) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | GarbageCollection.cpp | 101 : 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 …]
|
D | GroupReader.cpp | 27 : 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()
|
D | IdenticalCodeFolding.cpp | 51 : 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()
|
D | GNUArchiveReader.cpp | 35 : 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/ |
D | RpnEvaluator.cpp | 30 : 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/ |
D | IRBuilder.cpp | 112 : 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/ |
D | ObjectBuilder.cpp | 30 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/ |
D | OutputRelocSection.cpp | 25 : m_Module(pModule), in OutputRelocSection() 75 m_Module.getSymbolTable().changeToDynamic(pSymbol); in addSymbolToDynSym()
|
/frameworks/compile/mclinker/include/mcld/ |
D | IRBuilder.h | 59 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/ |
D | RpnEvaluator.h | 31 const Module& m_Module;
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | OutputRelocSection.h | 50 Module& m_Module;
|
/frameworks/compile/mclinker/include/mcld/Object/ |
D | ObjectBuilder.h | 96 Module& m_Module;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | GroupReader.h | 57 Module& m_Module;
|
D | GarbageCollection.h | 82 Module& m_Module; variable
|
D | GNUArchiveReader.h | 89 Module& m_Module;
|
D | IdenticalCodeFolding.h | 74 Module& m_Module; variable
|