Searched refs:pModule (Results 76 - 89 of 89) sorted by relevance

1234

/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputSectDesc.h185 void activate(Module& pModule);
H A DScriptFile.h82 void activate(Module& pModule);
H A DOperator.h104 virtual IntOperand* eval(const Module& pModule,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h46 Module& pModule,
H A DMipsRelocator.cpp185 Module& pModule,
183 scanRelocation(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection, Input& pInput) argument
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp162 Module& pModule,
179 scanLocalReloc(pReloc, pLinker, pModule, pSection);
181 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
247 Module& pModule = pBuilder.getModule(); local
248 Module::AliasList* alias_list = pModule.getAliasList(pSym);
313 Module& pModule,
401 sect_sym = pModule.getSectionSymbolSet().get(*sym_sect);
406 sect_sym = pModule.getSectionSymbolSet().get(*sym_sect);
516 Module& pModule,
1291 Module& pModule,
160 scanRelocation(Relocation& pReloc, IRBuilder& pLinker, Module& pModule, LDSection& pSection, Input& pInput) argument
311 scanLocalReloc(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection) argument
514 scanGlobalReloc(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection) argument
1289 scanLocalReloc(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection) argument
1361 scanGlobalReloc(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection) argument
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp100 Module& pModule)
101 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) {
98 GarbageCollection(const LinkerConfig& pConfig, const TargetLDBackend& pBackend, Module& pModule) argument
H A DELFReader.cpp181 Module& pModule = pBuilder.getModule(); local
188 pModule.CreateAliasList(*sym_it->pt_alias->resolveInfo());
189 pModule.addAlias(*alias_it->pt_alias->resolveInfo());
677 Module& pModule = pBuilder.getModule(); local
684 pModule.CreateAliasList(*sym_it->pt_alias->resolveInfo());
685 pModule.addAlias(*alias_it->pt_alias->resolveInfo());
H A DGNUArchiveReader.cpp33 GNUArchiveReader::GNUArchiveReader(Module& pModule, argument
35 : m_Module(pModule), m_ELFObjectReader(pELFObjectReader) {
H A DIdenticalCodeFolding.cpp50 Module& pModule)
51 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) {
48 IdenticalCodeFolding(const LinkerConfig& pConfig, const TargetLDBackend& pBackend, Module& pModule) argument
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h53 IRBuilder(Module& pModule, const LinkerConfig& pConfig);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp111 IRBuilder::IRBuilder(Module& pModule, const LinkerConfig& pConfig) argument
112 : m_Module(pModule), m_Config(pConfig), m_InputBuilder(pConfig) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp376 Module& pModule,
374 scanRelocation(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection, Input& pInput) argument
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp730 Module& pModule,
728 scanRelocation(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection, Input& pInput) argument

Completed in 260 milliseconds

1234