Lines Matching refs:pModule
110 void X86GNULDBackend::doPostLayout(Module& pModule,
224 Module& pModule,
242 scanLocalReloc(pReloc, pLinker, pModule, pSection);
244 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
364 void X86GNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule)
390 void X86GNULDBackend::doCreateProgramHdrs(Module& pModule)
418 Module& pModule,
496 f_pTDATA = pModule.getSectionSymbolSet().get(*sym_sect);
500 f_pTBSS = pModule.getSectionSymbolSet().get(*sym_sect);
572 Module& pModule,
783 void X86_32GNULDBackend::initTargetSections(Module& pModule,
805 m_pRelPLT = new OutputRelocSection(pModule, relplt);
809 m_pRelDyn = new OutputRelocSection(pModule, reldyn);
1043 Module& pModule,
1107 Module& pModule,
1247 void X86_64GNULDBackend::initTargetSections(Module& pModule,
1269 m_pRelPLT = new OutputRelocSection(pModule, relplt);
1273 m_pRelDyn = new OutputRelocSection(pModule, reldyn);