Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp127 Module::obj_iterator input, inEnd = m_Module.obj_end(); 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()
233 m_Module.getNamePool().findSymbol(m_Backend.getEntry(m_Module)); in getEntrySections()
242 info_end = m_Module.getNamePool().syminfo_end(); in getEntrySections()
243 for (info_it = m_Module.getNamePool().syminfo_begin(); in getEntrySections()
328 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in stripSections()
329 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) { in stripSections()
[all …]
H A 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()
H A 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()
H A 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()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp114 m_InputBuilder.setCurrentTree(m_Module.getInputTree()); in IRBuilder()
409 if (!m_Module.getScript().renameMap().empty() && in AddSymbol()
413 const LinkerScript& script = m_Module.getScript(); in AddSymbol()
480 m_Module.getNamePool().insertSymbol(pName, in addSymbolFromObject()
555 m_Module.getNamePool().insertSymbol(pName, in addSymbolFromDynObj()
652 m_Module.getNamePool().insertSymbol(pName,
671 m_Module.getSymbolTable().add(*output_sym);
693 m_Module.getSymbolTable().add(*output_sym);
745 m_Module.getSymbolTable().add(*output_sym);
766 m_Module.getNamePool().insertSymbol(pName,
[all …]
/aosp12/frameworks/compile/mclinker/lib/Script/
H A 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()
/aosp12/frameworks/compile/mclinker/lib/Object/
H A 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()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp25 : m_Module(pModule), in OutputRelocSection()
75 m_Module.getSymbolTable().changeToDynamic(pSymbol); in addSymbolToDynSym()
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h59 const Module& getModule() const { return m_Module; } in getModule()
60 Module& getModule() { return m_Module; } in getModule()
480 Module& m_Module;
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DRpnEvaluator.h31 const Module& m_Module;
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h50 Module& m_Module;
/aosp12/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectBuilder.h96 Module& m_Module;
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DGroupReader.h57 Module& m_Module;
H A DGarbageCollection.h82 Module& m_Module; variable
H A DGNUArchiveReader.h89 Module& m_Module;
H A DIdenticalCodeFolding.h74 Module& m_Module; variable